public BiomeNMS(Biome biome) { this.biomeBase = CraftBlock.biomeToBiomeBase(biome); this.name = CoreUtilities.toLowerCase(biome.name()); }
public BiomeNMS_v1_10_R1(Biome biome) { super(biome); this.biomeBase = CraftBlock.biomeToBiomeBase(biome); }