DistortedCaveNodeShapeGeneratorJsonLoader

public class DistortedCaveNodeShapeGeneratorJsonLoader extends CaveNodeShapeGeneratorJsonLoader

Class DistortedCaveNodeShapeGeneratorJsonLoader. Provides distortedcavenodeshapegeneratorjsonloader functionality for the Hytale server.

java.lang.Object > CaveNodeShapeGeneratorJsonLoader > DistortedCaveNodeShapeGeneratorJsonLoader

Field Summary

shape

final DistortedShape.Factory shape

Field shape.

Method Detail

DistortedCaveNodeShapeGeneratorJsonLoader

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

Method DistortedCaveNodeShapeGeneratorJsonLoader.

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

load

public CaveNodeShapeEnum.CaveNodeShapeGenerator load ()

Method load.

loadShape

private DistortedShape.Factory loadShape ()

Method loadShape.

loadWidth

private IDoubleRange loadWidth ()

Method loadWidth.

DoubleRangeJsonLoader

public new DoubleRangeJsonLoader (this.seed, this.dataFolder, this.get("RadiusX")

Method DoubleRangeJsonLoader.

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

loadHeight

private IDoubleRange loadHeight ()

Method loadHeight.

loadMidWidth

private IDoubleRange loadMidWidth ()

Method loadMidWidth.

loadMidHeight

private IDoubleRange loadMidHeight ()

Method loadMidHeight.

loadLength

private IDoubleRange loadLength ()

Method loadLength.

loadInheritParentRadius

private boolean loadInheritParentRadius ()

Method loadInheritParentRadius.

loadShapeDistortion

private ShapeDistortion loadShapeDistortion ()

Method loadShapeDistortion.

ShapeDistortionJsonLoader

public new ShapeDistortionJsonLoader (this.seed, this.dataFolder, this.get("Distortion")

Method ShapeDistortionJsonLoader.

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

loadInterpolation

private GeneralNoise.InterpolationFunction loadInterpolation ()

Method loadInterpolation.