classpublicabstractPriority 3
Biome
com.hypixel.hytale.server.worldgen.biome.Biome
14
Methods
14
Public Methods
13
Fields
1
Constructors
Constructors
public
Biome(int id, String name, BiomeInterpolation interpolation, IHeightThresholdInterpreter heightmapInterpreter, CoverContainer coverContainer, LayerContainer layerContainer, PrefabContainer prefabContainer, TintContainer tintContainer, EnvironmentContainer environmentContainer, WaterContainer waterContainer, FadeContainer fadeContainer, NoiseProperty heightmapNoise, int mapColor)Methods
Public Methods (14)
public
CoverContainer getCoverContainer()public
EnvironmentContainer getEnvironmentContainer()public
FadeContainer getFadeContainer()public
IHeightThresholdInterpreter getHeightmapInterpreter()public
NoiseProperty getHeightmapNoise()public
int getId()public
BiomeInterpolation getInterpolation()public
LayerContainer getLayerContainer()public
int getMapColor()public
String getName()public
PrefabContainer getPrefabContainer()@Nullable
public
TintContainer getTintContainer()public
WaterContainer getWaterContainer()public
int hashCode()@Override
Fields
Protected Fields (13)
protected
CoverContainer coverContainerprotected
EnvironmentContainer environmentContainerprotected
FadeContainer fadeContainerprotected
IHeightThresholdInterpreter heightmapInterpreterprotected
NoiseProperty heightmapNoiseprotected
int idprotected
BiomeInterpolation interpolationprotected
LayerContainer layerContainerprotected
int mapColorprotected
String nameprotected
PrefabContainer prefabContainerprotected
TintContainer tintContainerprotected
WaterContainer waterContainer