ShapeDistortionJsonLoader

public class ShapeDistortionJsonLoader

Class ShapeDistortionJsonLoader. Provides shapedistortionjsonloader functionality for the Hytale server.

java.lang.Object > ShapeDistortionJsonLoader

Field Summary

No fields documented.

Method Detail

ShapeDistortionJsonLoader

public public ShapeDistortionJsonLoader (@Nonnull final SeedString seed, final Path dataFolder, final JsonElement json)

Method ShapeDistortionJsonLoader.

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

load

public ShapeDistortion load ()

Method load.

loadWidth

private NoiseProperty loadWidth ()

Method loadWidth.

NoisePropertyJsonLoader

public new NoisePropertyJsonLoader (this.seed, this.dataFolder, this.get("Width")

Method NoisePropertyJsonLoader.

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

loadFloor

private NoiseProperty loadFloor ()

Method loadFloor.

loadCeiling

private NoiseProperty loadCeiling ()

Method loadCeiling.