HyCodeYourTale
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)

protectedCoverContainer coverContainer
protectedEnvironmentContainer environmentContainer
protectedFadeContainer fadeContainer
protectedIHeightThresholdInterpreter heightmapInterpreter
protectedNoiseProperty heightmapNoise
protectedint id
protectedBiomeInterpolation interpolation
protectedLayerContainer layerContainer
protectedint mapColor
protectedString name
protectedPrefabContainer prefabContainer
protectedTintContainer tintContainer
protectedWaterContainer waterContainer

Related Classes