Class CellNoiseAsset
java.lang.Object
com.hypixel.hytale.builtin.hytalegenerator.assets.noisegenerators.NoiseAsset
com.hypixel.hytale.builtin.hytalegenerator.assets.noisegenerators.CellNoiseAsset
- All Implemented Interfaces:
JsonAsset<String>,JsonAssetWithMap<String,DefaultAssetMap<String, NoiseAsset>>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate FastNoiseLite.CellularReturnTypestatic final BuilderCodec<CellNoiseAsset> private doubleprivate intprivate doubleprivate Stringprivate doubleprivate doubleFields inherited from class com.hypixel.hytale.builtin.hytalegenerator.assets.noisegenerators.NoiseAsset
ABSTRACT_CODEC, CHILD_ASSET_CODEC, CHILD_ASSET_CODEC_ARRAY -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.hypixel.hytale.builtin.hytalegenerator.assets.noisegenerators.NoiseAsset
getId
-
Field Details
-
validCellTypes
-
CODEC
-
warpScale
private double warpScale -
warpAmount
private double warpAmount -
scale
private double scale -
jitter
private double jitter -
octaves
private int octaves -
seedKey
-
cellType
-
-
Constructor Details
-
CellNoiseAsset
public CellNoiseAsset()
-
-
Method Details
-
build
- Specified by:
buildin classNoiseAsset
-