Package com.sk89q.worldedit.world.biome
Class BiomeType
java.lang.Object
com.sk89q.worldedit.world.biome.BiomeType
- All Implemented Interfaces:
BiomePattern
,Keyed
All the types of biomes in the game.
-
Field Details
-
REGISTRY
-
-
Constructor Details
-
BiomeType
-
-
Method Details
-
getId
Gets the ID of this biome. -
toString
-
hashCode
public int hashCode() -
equals
-
applyBiome
Description copied from interface:BiomePattern
Return aBiomeType
for the given position.- Specified by:
applyBiome
in interfaceBiomePattern
- Parameters:
position
- the position- Returns:
- a biome
-