classpublicPriority 3
CellNoise
com.hypixel.hytale.procedurallib.logic.CellNoise
implements NoiseFunction
7
Methods
7
Public Methods
4
Fields
1
Constructors
Constructors
public
CellNoise(CellDistanceFunction distanceFunction, PointEvaluator pointEvaluator, CellNoise.CellFunction cellFunction, NoiseProperty noiseLookup)Methods
Public Methods (7)
public
double get(int seed, int offsetSeed, double x, double y)@Override
public
double get(int seed, int offsetSeed, double x, double y, double z)@Override
public
CellNoise.CellFunction getCellFunction()public
CellDistanceFunction getDistanceFunction()public
CellNoise.CellFunction getFunction()public
NoiseProperty getNoiseLookup()@Nullable
public
String toString()@Nonnull@Override
Fields
Protected Fields (4)
protected
CellNoise.CellFunction cellFunctionprotected
CellDistanceFunction distanceFunctionprotected
NoiseProperty noiseLookupprotected
PointEvaluator pointEvaluator