Class ZoneCustomBiomesJsonLoader
java.lang.Object
com.hypixel.hytale.procedurallib.json.Loader<SeedStringResource,CustomBiome[]>
com.hypixel.hytale.procedurallib.json.JsonLoader<SeedStringResource,CustomBiome[]>
com.hypixel.hytale.server.worldgen.loader.zone.ZoneCustomBiomesJsonLoader
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final Comparator<CustomBiome> protected final Biome[]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
ConstructorsConstructorDescriptionZoneCustomBiomesJsonLoader(SeedString<SeedStringResource> seed, Path dataFolder, com.google.gson.JsonElement json, ZoneFileContext zoneContext, Biome[] tileBiomes) -
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
-
PRIORITY_SORTER
-
zoneContext
-
tileBiomes
-
-
Constructor Details
-
ZoneCustomBiomesJsonLoader
public ZoneCustomBiomesJsonLoader(SeedString<SeedStringResource> seed, Path dataFolder, com.google.gson.JsonElement json, ZoneFileContext zoneContext, Biome[] tileBiomes)
-
-
Method Details
-
load
- Specified by:
loadin classLoader<SeedStringResource,CustomBiome[]>
-