InterpolatedBiomeCountList

public class InterpolatedBiomeCountList

Class InterpolatedBiomeCountList. Provides interpolatedbiomecountlist functionality for the Hytale server.

java.lang.Object > InterpolatedBiomeCountList

Field Summary

center

private Biome center

Field center.

biome

final Biome biome

Field biome.

biomeId

final int biomeId

Field biomeId.

r

final BiomeCountResult r

Field r.

biomeCountResult

final BiomeCountResult biomeCountResult

Field biomeCountResult.

heightThresholdContext

public double heightThresholdContext

Field heightThresholdContext.

heightNoise

public double heightNoise

Field heightNoise.

count

public int count

Field count.

Method Detail

InterpolatedBiomeCountList

public public InterpolatedBiomeCountList ()

Method InterpolatedBiomeCountList.

get

public BiomeCountResult get (@Nonnull final Biome biome)

Method get.

Parameters:
@Nonnull final Biome biome

setCenter

public void setCenter (@Nonnull final ZoneBiomeResult result)

Method setCenter.

Parameters:
@Nonnull final ZoneBiomeResult result

BiomeCountResult

public new BiomeCountResult (biome, result.heightThresholdContext, result.heightmapNoise)

Method BiomeCountResult.

Parameters:
biome biome
result.heightThresholdContext result.heightThresholdContext
result.heightmapNoise result.heightmapNoise

add

public void add (@Nonnull final ZoneBiomeResult result, final int distance2)

Method add.

Parameters:
@Nonnull final ZoneBiomeResult result
final int distance2

getBiomeIds

public IntList getBiomeIds ()

Method getBiomeIds.

toString

public String toString ()

Method toString.