Package com.hypixel.hytale.procedurallib
Interface NoiseFunction2d
- All Known Subinterfaces:
NoiseFunction
- All Known Implementing Classes:
BranchNoise,BranchNoiseJsonLoader.LoadedBranchNoise,CellNoise,CellNoiseJsonLoader.LoadedCellNoise,ConstantNoise,DistanceNoise,DistanceNoiseJsonLoader.LoadedDistanceNoise,GridNoise,HexMeshNoise,MeshNoise,NoiseFunctionPair,OldSimplexNoise,PerlinNoise,PointNoise,SimplexNoise,ValueNoise
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
-
Method Details
-
get
double get(int var1, int var2, double var3, double var5)
-