HyCodeYourTale
classpublicPriority 3

TileBiome

com.hypixel.hytale.server.worldgen.biome.TileBiome

extends Biome

3

Methods

3

Public Methods

2

Fields

1

Constructors

Constants

TileBiome[]EMPTY_ARRAY= new TileBiome[0]

Constructors

public
TileBiome(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)

Methods

Public Methods (3)

public
double getSizeModifier()
public
double getWeight()
public
String toString()
@Nonnull@Override

Fields

Protected Fields (2)

protecteddouble sizeModifier
protecteddouble weight

Related Classes