ClimateNoiseJsonLoader

public class ClimateNoiseJsonLoader

Class ClimateNoiseJsonLoader. Provides climatenoisejsonloader functionality for the Hytale server.

java.lang.Object > ClimateNoiseJsonLoader

Field Summary

No fields documented.

Method Detail

ClimateNoiseJsonLoader

public public ClimateNoiseJsonLoader (final SeedString seed, final Path dataFolder, final JsonElement json)

Method ClimateNoiseJsonLoader.

Parameters:
final SeedString seed
final Path dataFolder
final JsonElement json

load

public ClimateNoise load ()

Method load.

ClimateNoise

public new ClimateNoise (this.loadGrid()

Method ClimateNoise.

Parameters:
this.loadGrid( this.loadGrid(

loadGrid

protected ClimateNoise.Grid loadGrid ()

Method loadGrid.

ClimateGridJsonLoader

public new ClimateGridJsonLoader (this.seed, this.dataFolder, this.get("Grid")

Method ClimateGridJsonLoader.

Parameters:
this.seed this.seed
this.dataFolder this.dataFolder
this.get("Grid" this.get("Grid"

loadContinentNoise

protected NoiseProperty loadContinentNoise ()

Method loadContinentNoise.

NoisePropertyJsonLoader

public new NoisePropertyJsonLoader (this.seed, this.dataFolder, this.mustGetObject("Continent", null)

Method NoisePropertyJsonLoader.

Parameters:
this.seed this.seed
this.dataFolder this.dataFolder
this.mustGetObject("Continent" this.mustGetObject("Continent"
null null

loadTemperatureNoise

protected NoiseProperty loadTemperatureNoise ()

Method loadTemperatureNoise.

loadIntensityNoise

protected NoiseProperty loadIntensityNoise ()

Method loadIntensityNoise.

loadThresholds

protected ClimateNoise.Thresholds loadThresholds ()

Method loadThresholds.

ContinentThresholdsJsonLoader

public new ContinentThresholdsJsonLoader (this.seed, this.dataFolder, this.mustGetObject("Thresholds", null)

Method ContinentThresholdsJsonLoader.

Parameters:
this.seed this.seed
this.dataFolder this.dataFolder
this.mustGetObject("Thresholds" this.mustGetObject("Thresholds"
null null