Example usage for Java net.minecraftforge.common BiomeDictionary fields, constructors, methods, implement or subclass
The text is from its open source code.
void | addTypes(Biome biome, Type... types) Adds the given types to the biome. |
boolean | areSimilar(Biome biomeA, Biome biomeB) Checks if the two given biomes have types in common. |
Set | getBiomes(Type type) Gets the set of biomes that have the given type. |
Set | getTypes(Biome biome) Gets the set of types that have been added to the given biome. |
boolean | hasType(Biome biome, Type type) Checks if the given type has been added to the given biome. |