Class FadeContainerJsonLoader
java.lang.Object
com.hypixel.hytale.procedurallib.json.Loader<SeedStringResource,FadeContainer>
com.hypixel.hytale.procedurallib.json.JsonLoader<SeedStringResource,FadeContainer>
com.hypixel.hytale.server.worldgen.loader.container.FadeContainerJsonLoader
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class com.hypixel.hytale.procedurallib.json.JsonLoader
jsonFields inherited from class com.hypixel.hytale.procedurallib.json.Loader
dataFolder, seed -
Constructor Summary
ConstructorsConstructorDescriptionFadeContainerJsonLoader(SeedString<SeedStringResource> seed, Path dataFolder, com.google.gson.JsonElement json) -
Method Summary
Modifier and TypeMethodDescriptionload()protected doubleprotected doubleprotected doubleprotected doubleprotected doubleMethods 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
-
Constructor Details
-
FadeContainerJsonLoader
public FadeContainerJsonLoader(@Nonnull SeedString<SeedStringResource> seed, Path dataFolder, com.google.gson.JsonElement json)
-
-
Method Details
-
load
- Specified by:
loadin classLoader<SeedStringResource,FadeContainer>
-
loadFadeStart
protected double loadFadeStart() -
loadFadeLength
protected double loadFadeLength() -
loadTerrainStart
protected double loadTerrainStart() -
loadTerrainLength
protected double loadTerrainLength() -
loadFadeHeightmap
protected double loadFadeHeightmap()
-