Class BasicHeightThresholdInterpreterJsonLoader<K extends SeedResource>
java.lang.Object
com.hypixel.hytale.procedurallib.json.Loader<K,BasicHeightThresholdInterpreter>
com.hypixel.hytale.procedurallib.json.JsonLoader<K,BasicHeightThresholdInterpreter>
com.hypixel.hytale.procedurallib.json.BasicHeightThresholdInterpreterJsonLoader<K>
public class BasicHeightThresholdInterpreterJsonLoader<K extends SeedResource>
extends JsonLoader<K,BasicHeightThresholdInterpreter>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface -
Field Summary
FieldsFields inherited from class com.hypixel.hytale.procedurallib.json.JsonLoader
jsonFields inherited from class com.hypixel.hytale.procedurallib.json.Loader
dataFolder, seed -
Constructor Summary
ConstructorsConstructorDescriptionBasicHeightThresholdInterpreterJsonLoader(SeedString<K> seed, Path dataFolder, com.google.gson.JsonElement json, int length) -
Method Summary
Methods inherited from class com.hypixel.hytale.procedurallib.json.JsonLoader
error, error, get, getRaw, has, isBoolean, isNumber, loadFile, loadFileConstructor, loadFileElem, mustGet, mustGet, mustGetArray, mustGetBool, mustGetNumber, mustGetObject, mustGetStringMethods inherited from class com.hypixel.hytale.procedurallib.json.Loader
getDataFolder, getSeed
-
Field Details
-
length
protected final int length
-
-
Constructor Details
-
BasicHeightThresholdInterpreterJsonLoader
public BasicHeightThresholdInterpreterJsonLoader(@Nonnull SeedString<K> seed, Path dataFolder, com.google.gson.JsonElement json, int length)
-
-
Method Details
-
load
- Specified by:
loadin classLoader<K extends SeedResource,BasicHeightThresholdInterpreter>
-
loadPositions
protected int[] loadPositions() -
loadValues
protected float[] loadValues()
-