PointEvaluatorJsonLoader

public class PointEvaluatorJsonLoader

Class PointEvaluatorJsonLoader. Provides pointevaluatorjsonloader functionality for the Hytale server.

java.lang.Object > PointEvaluatorJsonLoader

Field Summary

pointEvaluator

final BorderPointEvaluator pointEvaluator

Field pointEvaluator.

jitter

final CellJitter jitter

Field jitter.

threshold

final IDoubleThreshold threshold

Field threshold.

name

final String name

Field name.

Method Detail

PointEvaluatorJsonLoader

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

Method PointEvaluatorJsonLoader.

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

load

public PointEvaluator load ()

Method load.

switch

public return switch (this.measurementMode)

Method switch.

Parameters:
this.measurementMode this.measurementMode

loadCentrePointEvaluator

public PointEvaluator loadCentrePointEvaluator ()

Method loadCentrePointEvaluator.

loadBorderPointEvaluator

public PointEvaluator loadBorderPointEvaluator ()

Method loadBorderPointEvaluator.

loadPointDistanceFunction

public PointDistanceFunction loadPointDistanceFunction ()

Method loadPointDistanceFunction.

loadDistanceRange

public IDoubleRange loadDistanceRange ()

Method loadDistanceRange.

DoubleRangeJsonLoader

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

Method DoubleRangeJsonLoader.

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

loadDensity

public IDoubleCondition loadDensity ()

Method loadDensity.

DoubleThresholdJsonLoader

public new DoubleThresholdJsonLoader (this.seed, this.dataFolder, this.get("Density")

Method DoubleThresholdJsonLoader.

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

loadSkipCount

public int loadSkipCount ()

Method loadSkipCount.

loadSkipMode

public SkipCellPointEvaluator.Mode loadSkipMode ()

Method loadSkipMode.