Package | Description |
---|---|
net.minecraftforge.common |
Modifier and Type | Method and Description |
---|---|
static BiomeDictionary.Type[] |
BiomeDictionary.getTypesForBiome(BiomeGenBase biome)
Gets a list of Types that a specific biome is registered with
|
static BiomeDictionary.Type |
BiomeDictionary.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BiomeDictionary.Type[] |
BiomeDictionary.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static BiomeGenBase[] |
BiomeDictionary.getBiomesForType(BiomeDictionary.Type type)
Returns a list of biomes registered with a specific type
|
static boolean |
BiomeDictionary.isBiomeOfType(BiomeGenBase biome,
BiomeDictionary.Type type)
Checks to see if the given biome is registered as being a specific type
|
static boolean |
BiomeDictionary.registerBiomeType(BiomeGenBase biome,
BiomeDictionary.Type... types)
Registers a biome with a specific biome type
|