CellNoise3DDensityAsset

public class CellNoise3DDensityAsset extends DensityAsset

Class CellNoise3DDensityAsset. Provides cellnoise3ddensityasset functionality for the Hytale server.

java.lang.Object > DensityAsset > CellNoise3DDensityAsset

Field Summary

scaleX

private double scaleX

Field scaleX.

scaleY

private double scaleY

Field scaleY.

scaleZ

private double scaleZ

Field scaleZ.

jitter

private double jitter

Field jitter.

octaves

private int octaves

Field octaves.

seedKey

private String seedKey

Field seedKey.

cellType

private FastNoiseLite.CellularReturnType cellType

Field cellType.

childSeed

final SeedBox childSeed

Field childSeed.

noise

final CellNoiseField noise

Field noise.

Method Detail

CellNoise3DDensityAsset

public public CellNoise3DDensityAsset ()

Method CellNoise3DDensityAsset.

build

public Density build (@Nonnull final Argument argument)

Method build.

Parameters:
@Nonnull final Argument argument

CellNoiseField

public new CellNoiseField (childSeed.createSupplier()

Method CellNoiseField.

Parameters:
childSeed.createSupplier( childSeed.createSupplier(

cleanUp

public void cleanUp ()

Method cleanUp.