HyCodeYourTale
classpublicPriority 3

HeightThresholdInterpolator

com.hypixel.hytale.server.worldgen.chunk.HeightThresholdInterpolator

6

Methods

6

Public Methods

5

Fields

1

Constructors

Constants

intMAX_RADIUS= 5
intMAX_RADIUS2= 25

Constructors

public
HeightThresholdInterpolator(ChunkGeneratorExecution execution)

Methods

Public Methods (6)

public
void generateInterpolatedBiomeCountAt(int cx, int cz, InterpolatedBiomeCountList biomeCountList)
public
CoreDataCacheEntry[] getEntries()
@Nonnull
public
double getHeightNoise(int cx, int cz)
public
float getHeightThreshold(int seed, int x, int z, int y)
public
int getHighestNonZero(int cx, int cz)
public
int getLowestNonOne(int cx, int cz)

Fields

Private/Package Fields (5)

privateCoreDataCacheEntry[] entries
privateChunkGeneratorExecution execution
privateint radius
privateint size
privateint totalSize

Related Classes