Class LayerContainerJsonLoader
java.lang.Object
com.hypixel.hytale.procedurallib.json.Loader<SeedStringResource,LayerContainer>
com.hypixel.hytale.procedurallib.json.JsonLoader<SeedStringResource,LayerContainer>
com.hypixel.hytale.server.worldgen.loader.container.LayerContainerJsonLoader
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceprotected static classprotected static classprotected static class -
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
ConstructorsConstructorDescriptionLayerContainerJsonLoader(SeedString<SeedStringResource> seed, Path dataFolder, com.google.gson.JsonElement json) -
Method Summary
Modifier and TypeMethodDescriptionload()protected intprotected intprotected LayerContainer.DynamicLayer[]protected LayerContainer.StaticLayer[]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
-
Constructor Details
-
LayerContainerJsonLoader
public LayerContainerJsonLoader(@Nonnull SeedString<SeedStringResource> seed, Path dataFolder, com.google.gson.JsonElement json)
-
-
Method Details
-
load
- Specified by:
loadin classLoader<SeedStringResource,LayerContainer>
-
loadDefault
protected int loadDefault() -
loadDefaultEnvironment
protected int loadDefaultEnvironment() -
loadStaticLayers
-
loadDynamicLayers
-