Class FastGradientWarpDensityAsset
java.lang.Object
com.hypixel.hytale.builtin.hytalegenerator.assets.density.DensityAsset
com.hypixel.hytale.builtin.hytalegenerator.assets.density.FastGradientWarpDensityAsset
- All Implemented Interfaces:
JsonAsset<String>,JsonAssetWithMap<String,,DefaultAssetMap<String, DensityAsset>> Cleanable
-
Nested Class Summary
Nested classes/interfaces inherited from class com.hypixel.hytale.builtin.hytalegenerator.assets.density.DensityAsset
DensityAsset.Argument, DensityAsset.Exported -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final BuilderCodec<FastGradientWarpDensityAsset> private Stringprivate floatprivate floatprivate intprivate floatprivate floatFields inherited from class com.hypixel.hytale.builtin.hytalegenerator.assets.density.DensityAsset
ABSTRACT_CODEC, CHILD_ASSET_CODEC, CHILD_ASSET_CODEC_ARRAY, exportName -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.hypixel.hytale.builtin.hytalegenerator.assets.density.DensityAsset
buildFirstInput, buildInputs, buildInputsArray, buildSecondInput, buildWithInputs, cleanUpInputs, firstInput, from, from, from, from, from, from, from, from, from, getExportedAsset, getFallbackAsset, getId, inputs, isSkipped, secondInput
-
Field Details
-
CODEC
-
warpLacunarity
private float warpLacunarity -
warpPersistence
private float warpPersistence -
warpOctaves
private int warpOctaves -
warpScale
private float warpScale -
warpFactor
private float warpFactor -
seed
-
-
Constructor Details
-
FastGradientWarpDensityAsset
public FastGradientWarpDensityAsset()
-
-
Method Details
-
build
- Specified by:
buildin classDensityAsset
-
cleanUp
public void cleanUp()- Specified by:
cleanUpin interfaceCleanable- Overrides:
cleanUpin classDensityAsset
-