BasicHeightThresholdInterpreterJsonLoader

public class BasicHeightThresholdInterpreterJsonLoader

Class BasicHeightThresholdInterpreterJsonLoader. Provides basicheightthresholdinterpreterjsonloader functionality for the Hytale server.

java.lang.Object > BasicHeightThresholdInterpreterJsonLoader

Field Summary

terrainNoiseKeyPositionsJson

final JsonArray terrainNoiseKeyPositionsJson

Field terrainNoiseKeyPositionsJson.

positions

final int[] positions

Field positions.

terrainNoiseKeyThresholdsJson

final JsonArray terrainNoiseKeyThresholdsJson

Field terrainNoiseKeyThresholdsJson.

thresholds

final float[] thresholds

Field thresholds.

Method Detail

BasicHeightThresholdInterpreterJsonLoader

public public BasicHeightThresholdInterpreterJsonLoader (@Nonnull final SeedString seed, final Path dataFolder, final JsonElement json, final int length)

Method BasicHeightThresholdInterpreterJsonLoader.

Parameters:
@Nonnull final SeedString seed
final Path dataFolder
final JsonElement json
final int length

load

Method load.

BasicHeightThresholdInterpreter

public new BasicHeightThresholdInterpreter (this.loadPositions()

Method BasicHeightThresholdInterpreter.

Parameters:
this.loadPositions( this.loadPositions(

loadPositions

protected int[] loadPositions ()

Method loadPositions.

loadValues

protected float[] loadValues ()

Method loadValues.