Class CustomBiome
java.lang.Object
com.hypixel.hytale.server.worldgen.biome.Biome
com.hypixel.hytale.server.worldgen.biome.CustomBiome
-
Field Summary
FieldsFields 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
ConstructorsConstructorDescriptionCustomBiome(int id, String name, BiomeInterpolation interpolation, CustomBiomeGenerator customBiomeGenerator, IHeightThresholdInterpreter heightmapInterpreter, CoverContainer coverContainer, LayerContainer layerContainer, PrefabContainer prefabContainer, TintContainer tintContainer, EnvironmentContainer environmentContainer, WaterContainer waterContainer, FadeContainer fadeContainer, NoiseProperty heightmapNoise, 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
-
customBiomeGenerator
-
-
Constructor Details
-
CustomBiome
public CustomBiome(int id, String name, BiomeInterpolation interpolation, CustomBiomeGenerator customBiomeGenerator, @Nonnull IHeightThresholdInterpreter heightmapInterpreter, CoverContainer coverContainer, LayerContainer layerContainer, PrefabContainer prefabContainer, TintContainer tintContainer, EnvironmentContainer environmentContainer, WaterContainer waterContainer, FadeContainer fadeContainer, NoiseProperty heightmapNoise, int mapColor)
-
-
Method Details