Class BiomeJsonLoader
java.lang.Object
com.hypixel.hytale.procedurallib.json.Loader<SeedStringResource,Biome>
com.hypixel.hytale.procedurallib.json.JsonLoader<SeedStringResource,Biome>
com.hypixel.hytale.server.worldgen.loader.biome.BiomeJsonLoader
- Direct Known Subclasses:
CustomBiomeJsonLoader,TileBiomeJsonLoader
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final BiomeFileContextprivate static final Patternprotected final FileLoadingContextFields inherited from class com.hypixel.hytale.procedurallib.json.JsonLoader
jsonFields inherited from class com.hypixel.hytale.procedurallib.json.Loader
dataFolder, seed -
Constructor Summary
ConstructorsConstructorDescriptionBiomeJsonLoader(SeedString<SeedStringResource> seed, Path dataFolder, com.google.gson.JsonElement json, BiomeFileContext biomeContext) -
Method Summary
Modifier and TypeMethodDescriptionprotected static intprotected intprotected CoverContainerprotected EnvironmentContainerprotected FadeContainerprotected NoisePropertyprotected BiomeInterpolationprotected LayerContainerprotected PrefabContainerprotected IHeightThresholdInterpreterprotected TintContainerprotected WaterContainerMethods 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, load
-
Field Details
-
COLOR_PREFIX_PATTERN
-
biomeContext
-
fileContext
-
-
Constructor Details
-
BiomeJsonLoader
public BiomeJsonLoader(SeedString<SeedStringResource> seed, Path dataFolder, com.google.gson.JsonElement json, BiomeFileContext biomeContext)
-
-
Method Details
-
loadTerrainHeightThreshold
-
loadCoverContainer
-
loadFadeContainer
-
loadLayerContainers
-
loadPrefabContainer
-
loadTintContainer
-
loadEnvironmentContainer
-
loadWaterContainer
-
loadHeightmapNoise
-
loadColor
protected int loadColor() -
loadInterpolation
-
getColor
-