DoubleConditionJsonLoader

public class DoubleConditionJsonLoader

Class DoubleConditionJsonLoader. Provides doubleconditionjsonloader functionality for the Hytale server.

java.lang.Object > DoubleConditionJsonLoader

Field Summary

limit

final double limit

Field limit.

Method Detail

DoubleConditionJsonLoader

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

Method DoubleConditionJsonLoader.

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

load

public IDoubleCondition load ()

Method load.

DoubleThresholdCondition

public new DoubleThresholdCondition (new DoubleThresholdJsonLoader(this.seed, this.dataFolder, this.json)

Method DoubleThresholdCondition.

Parameters:
new DoubleThresholdJsonLoader(this.seed
this.dataFolder this.dataFolder
this.json this.json

Error

public new Error (String.format("Failed to load \"%s\" as DoubleCondition", this.json)

Method Error.

Parameters:
String.format("Failed to load \"%s\" as DoubleCondition"
this.json this.json