Java net.minecraftforge.common BiomeDictionary fields, constructors, methods, implement or subclass

Example usage for Java net.minecraftforge.common BiomeDictionary fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for net.minecraftforge.common BiomeDictionary.

The text is from its open source code.

Method

voidaddTypes(Biome biome, Type... types)
Adds the given types to the biome.
booleanareSimilar(Biome biomeA, Biome biomeB)
Checks if the two given biomes have types in common.
SetgetBiomes(Type type)
Gets the set of biomes that have the given type.
SetgetTypes(Biome biome)
Gets the set of types that have been added to the given biome.
booleanhasType(Biome biome, Type type)
Checks if the given type has been added to the given biome.