Class UniquePrefabContainerJsonLoader
java.lang.Object
com.hypixel.hytale.procedurallib.json.Loader<SeedStringResource,UniquePrefabContainer>
com.hypixel.hytale.procedurallib.json.JsonLoader<SeedStringResource,UniquePrefabContainer>
com.hypixel.hytale.server.worldgen.loader.container.UniquePrefabContainerJsonLoader
public class UniquePrefabContainerJsonLoader
extends JsonLoader<SeedStringResource,UniquePrefabContainer>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceprotected static class -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final UniquePrefabGenerator[]protected final ZoneFileContextFields inherited from class com.hypixel.hytale.procedurallib.json.JsonLoader
jsonFields inherited from class com.hypixel.hytale.procedurallib.json.Loader
dataFolder, seed -
Constructor Summary
ConstructorsConstructorDescriptionUniquePrefabContainerJsonLoader(SeedString<SeedStringResource> seed, Path dataFolder, com.google.gson.JsonElement json, ZoneFileContext zoneContext) -
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
-
EMPTY_GENERATORS
-
zoneContext
-
-
Constructor Details
-
UniquePrefabContainerJsonLoader
public UniquePrefabContainerJsonLoader(@Nonnull SeedString<SeedStringResource> seed, Path dataFolder, com.google.gson.JsonElement json, ZoneFileContext zoneContext)
-
-
Method Details
-
load
- Specified by:
loadin classLoader<SeedStringResource,UniquePrefabContainer>
-