Class Biome
java.lang.Object
com.hypixel.hytale.server.worldgen.biome.Biome
- Direct Known Subclasses:
CustomBiome,TileBiome
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final CoverContainerprotected final EnvironmentContainerprotected final FadeContainerprotected final IHeightThresholdInterpreterprotected final NoisePropertyprotected final intprotected final BiomeInterpolationprotected final LayerContainerprotected final intprotected final Stringprotected final PrefabContainerprotected final TintContainerprotected final WaterContainer -
Constructor Summary
ConstructorsConstructorDescriptionBiome(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) -
Method Summary
-
Field Details
-
id
protected final int id -
name
-
interpolation
-
heightmapInterpreter
-
coverContainer
-
layerContainer
-
prefabContainer
-
tintContainer
-
environmentContainer
-
waterContainer
-
fadeContainer
-
heightmapNoise
-
mapColor
protected final int mapColor
-
-
Constructor Details
-
Biome
public Biome(int id, String name, BiomeInterpolation interpolation, @Nonnull IHeightThresholdInterpreter heightmapInterpreter, CoverContainer coverContainer, LayerContainer layerContainer, PrefabContainer prefabContainer, TintContainer tintContainer, EnvironmentContainer environmentContainer, WaterContainer waterContainer, FadeContainer fadeContainer, NoiseProperty heightmapNoise, int mapColor)
-
-
Method Details
-
getName
-
getInterpolation
-
getHeightmapInterpreter
-
getCoverContainer
-
getLayerContainer
-
getPrefabContainer
-
getTintContainer
-
getEnvironmentContainer
-
getWaterContainer
-
getFadeContainer
-
getHeightmapNoise
-
getId
public int getId() -
getMapColor
public int getMapColor() -
hashCode
public int hashCode()
-