classpublicPriority 3
CustomBiome
com.hypixel.hytale.server.worldgen.biome.CustomBiome
extends Biome
2
Methods
2
Public Methods
1
Fields
1
Constructors
Constructors
public
CustomBiome(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)Methods
Public Methods (2)
public
CustomBiomeGenerator getCustomBiomeGenerator()public
String toString()@Nonnull@Override
Fields
Protected Fields (1)
protected
CustomBiomeGenerator customBiomeGenerator