Class MaskProviderJsonLoader
java.lang.Object
com.hypixel.hytale.procedurallib.json.Loader<SeedStringResource,MaskProvider>
com.hypixel.hytale.procedurallib.json.JsonLoader<SeedStringResource,MaskProvider>
com.hypixel.hytale.server.worldgen.loader.MaskProviderJsonLoader
-
Nested Class Summary
Nested classes/interfaces inherited from class com.hypixel.hytale.procedurallib.json.JsonLoader
JsonLoader.Constants -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final Pathprotected final Vector2iprotected final Vector2iFields inherited from class com.hypixel.hytale.procedurallib.json.JsonLoader
jsonFields inherited from class com.hypixel.hytale.procedurallib.json.Loader
dataFolder, seed -
Constructor Summary
ConstructorsConstructorDescriptionMaskProviderJsonLoader(SeedString<SeedStringResource> seed, Path dataFolder, com.google.gson.JsonElement json, Path file, Vector2i zoomSize, Vector2i worldOffset) -
Method Summary
Modifier and TypeMethodDescriptionload()protected FuzzyZoomloadFuzzyZoom(BufferedImage mask) static BufferedImageMethods 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
-
file
-
zoomSize
-
worldOffset
-
-
Constructor Details
-
MaskProviderJsonLoader
public MaskProviderJsonLoader(@Nonnull SeedString<SeedStringResource> seed, Path dataFolder, com.google.gson.JsonElement json, Path file, Vector2i zoomSize, Vector2i worldOffset)
-
-
Method Details
-
load
- Specified by:
loadin classLoader<SeedStringResource,MaskProvider>
-
loadImage
- Throws:
IOException
-
loadFuzzyZoom
-