Class TileBiome
java.lang.Object
com.hypixel.hytale.server.worldgen.biome.Biome
com.hypixel.hytale.server.worldgen.biome.TileBiome
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TileBiome[]protected final doubleprotected final doubleFields inherited from class com.hypixel.hytale.server.worldgen.biome.Biome
coverContainer, environmentContainer, fadeContainer, heightmapInterpreter, heightmapNoise, id, interpolation, layerContainer, mapColor, name, prefabContainer, tintContainer, waterContainer -
Constructor Summary
ConstructorsConstructorDescriptionTileBiome(int id, String name, BiomeInterpolation interpolation, IHeightThresholdInterpreter heightmapInterpreter, CoverContainer coverContainer, LayerContainer layerContainer, PrefabContainer prefabContainer, TintContainer tintContainer, EnvironmentContainer environmentContainer, WaterContainer waterContainer, FadeContainer fadeContainer, NoiseProperty heightmapNoise, double weight, double sizeModifier, int mapColor) -
Method Summary
Methods inherited from class com.hypixel.hytale.server.worldgen.biome.Biome
getCoverContainer, getEnvironmentContainer, getFadeContainer, getHeightmapInterpreter, getHeightmapNoise, getId, getInterpolation, getLayerContainer, getMapColor, getName, getPrefabContainer, getTintContainer, getWaterContainer, hashCode
-
Field Details
-
EMPTY_ARRAY
-
weight
protected final double weight -
sizeModifier
protected final double sizeModifier
-
-
Constructor Details
-
TileBiome
public TileBiome(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, double weight, double sizeModifier, int mapColor)
-
-
Method Details