Class CellNoiseJsonLoader.LoadedCellNoise
java.lang.Object
com.hypixel.hytale.procedurallib.logic.CellNoise
com.hypixel.hytale.procedurallib.json.CellNoiseJsonLoader.LoadedCellNoise
- All Implemented Interfaces:
NoiseFunction,NoiseFunction2d,NoiseFunction3d
- Enclosing class:
CellNoiseJsonLoader<K extends SeedResource>
-
Nested Class Summary
Nested classes/interfaces inherited from class com.hypixel.hytale.procedurallib.logic.CellNoise
CellNoise.CellFunction, CellNoise.CellMode -
Field Summary
FieldsFields inherited from class com.hypixel.hytale.procedurallib.logic.CellNoise
cellFunction, distanceFunction, noiseLookup, pointEvaluator -
Constructor Summary
ConstructorsConstructorDescriptionLoadedCellNoise(CellDistanceFunction cellDistanceFunction, PointEvaluator pointEvaluator, CellNoise.CellFunction cellFunction, NoiseProperty noiseLookup, SeedResource seedResource) -
Method Summary
Modifier and TypeMethodDescriptionprotected ResultBuffer.ResultBuffer2dprotected ResultBuffer.ResultBuffer3dMethods inherited from class com.hypixel.hytale.procedurallib.logic.CellNoise
get, get, getCellFunction, getDistanceFunction, getNoiseLookup, toString
-
Field Details
-
seedResource
-
-
Constructor Details
-
LoadedCellNoise
public LoadedCellNoise(CellDistanceFunction cellDistanceFunction, PointEvaluator pointEvaluator, CellNoise.CellFunction cellFunction, @Nullable NoiseProperty noiseLookup, SeedResource seedResource)
-
-
Method Details
-
localBuffer2d
- Overrides:
localBuffer2din classCellNoise
-
localBuffer3d
- Overrides:
localBuffer3din classCellNoise
-