Crates a new custom biome with specified string identifier
string identifier of the biome
custom biome numeric id
This method is mapped on native parameter with the same name and its effect is currently not known
block's tile id
block data
reference to itself to be used in sequential calls
Specifies the block that will cover the biome. E.g. most of the biomes use grass as cover block, though some of the biomes use other blocks (sand, ice, etc.)
block's tile id
block data
reference to itself to be used in sequential calls
Sets the block that fills the terrain. Vanilla biomes use stone filling
block's tile id
block data
reference to itself to be used in sequential calls
Sets biome's foliage color
red color component, value from 0 to 1
green color component, value from 0 to 1
blue color component, value from 0 to 1
reference to itself to be used in sequential calls
Sets biome's foliage color
integer color value (you can specify it using hex value)
reference to itself to be used in sequential calls
Sets biome's grass color. Grass color is interpolated on the bounds of the biome
red color component, value from 0 to 1
green color component, value from 0 to 1
blue color component, value from 0 to 1
reference to itself to be used in sequential calls
Sets biome's grass color. Grass color is interpolated on the bounds of the biome
integer color value (you can specify it using hex value)
reference to itself to be used in sequential calls
Sets biome's sky color
red color component, value from 0 to 1
green color component, value from 0 to 1
blue color component, value from 0 to 1
reference to itself to be used in sequential calls
Sets biome's sky color
integer color value (you can specify it using hex value)
reference to itself to be used in sequential calls
Specifies the block that will be under the covering block of the biome. E.g. most of the biomes use dirt as cover block, though some of the biomes use other blocks
block's tile id
block data
reference to itself to be used in sequential calls
This method is mapped on native parameter with the same name and its effect is currently not known
some integer parameter. Default value is 7
reference to itself to be used in sequential calls
Sets biome's temperature and downfall
temperature value, from 0 to 1
downfall value, from 0 to 1
reference to itself to be used in sequential calls
Generated using TypeDoc
Class used to create custom biomes. Note that Minecraft has a limit of 256 biomes and there are already more than 100 vanilla biomes, so do not overuse this functionality. See Biomes