CellBorderDistanceFunctionJsonLoader

public class CellBorderDistanceFunctionJsonLoader

Class CellBorderDistanceFunctionJsonLoader. Provides cellborderdistancefunctionjsonloader functionality for the Hytale server.

java.lang.Object > CellBorderDistanceFunctionJsonLoader

Field Summary

No fields documented.

Method Detail

CellBorderDistanceFunctionJsonLoader

public public CellBorderDistanceFunctionJsonLoader (final SeedString seed, final Path dataFolder, final JsonElement json, final CellDistanceFunction distanceFunction)

Method CellBorderDistanceFunctionJsonLoader.

Parameters:
final SeedString seed
final Path dataFolder
final JsonElement json
final CellDistanceFunction distanceFunction

load

public BorderDistanceFunction load ()

Method load.

BorderDistanceFunction

public new BorderDistanceFunction (this.distanceFunction, this.loadPointEvaluator()

Method BorderDistanceFunction.

Parameters:
this.distanceFunction this.distanceFunction
this.loadPointEvaluator( this.loadPointEvaluator(

loadPointEvaluator

protected PointEvaluator loadPointEvaluator ()

Method loadPointEvaluator.

PointEvaluatorJsonLoader

public new PointEvaluatorJsonLoader (this.seed, this.dataFolder, this.json, MeasurementMode.BORDER_DISTANCE, null)

Method PointEvaluatorJsonLoader.

Parameters:
this.seed this.seed
this.dataFolder this.dataFolder
this.json this.json
MeasurementMode.BORDER_DISTANCE MeasurementMode.BORDER_DISTANCE
null null

loadDensity

protected IDoubleCondition loadDensity ()

Method loadDensity.