Biome

abstract class Biome

Class Biome. Provides biome functionality for the Hytale server.

java.lang.Object > Biome

Field Summary

No fields documented.

Method Detail

Biome

public public Biome (final int id, final String name, final BiomeInterpolation interpolation, @Nonnull final IHeightThresholdInterpreter heightmapInterpreter, final CoverContainer coverContainer, final LayerContainer layerContainer, final PrefabContainer prefabContainer, final TintContainer tintContainer, final EnvironmentContainer environmentContainer, final WaterContainer waterContainer, final FadeContainer fadeContainer, final NoiseProperty heightmapNoise, final int mapColor)

Method Biome.

Parameters:
final int id
final String name
final BiomeInterpolation interpolation
@Nonnull final IHeightThresholdInterpreter heightmapInterpreter
final CoverContainer coverContainer
final LayerContainer layerContainer
final PrefabContainer prefabContainer
final TintContainer tintContainer
final EnvironmentContainer environmentContainer
final WaterContainer waterContainer
final FadeContainer fadeContainer
final NoiseProperty heightmapNoise
final int mapColor

getName

public String getName ()

Method getName.

getInterpolation

public BiomeInterpolation getInterpolation ()

Method getInterpolation.

getHeightmapInterpreter

public IHeightThresholdInterpreter getHeightmapInterpreter ()

Method getHeightmapInterpreter.

getCoverContainer

public CoverContainer getCoverContainer ()

Method getCoverContainer.

getLayerContainer

public LayerContainer getLayerContainer ()

Method getLayerContainer.

getPrefabContainer

public PrefabContainer getPrefabContainer ()

Method getPrefabContainer.

getTintContainer

public TintContainer getTintContainer ()

Method getTintContainer.

getEnvironmentContainer

public EnvironmentContainer getEnvironmentContainer ()

Method getEnvironmentContainer.

getWaterContainer

public WaterContainer getWaterContainer ()

Method getWaterContainer.

getFadeContainer

public FadeContainer getFadeContainer ()

Method getFadeContainer.

getHeightmapNoise

public NoiseProperty getHeightmapNoise ()

Method getHeightmapNoise.

getId

public int getId ()

Method getId.

getMapColor

public int getMapColor ()

Method getMapColor.

hashCode

public int hashCode ()

Method hashCode.