Class SimplexNoise

java.lang.Object
com.hypixel.hytale.procedurallib.logic.SimplexNoise
All Implemented Interfaces:
NoiseFunction, NoiseFunction2d, NoiseFunction3d

public class SimplexNoise extends Object implements NoiseFunction
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private static final double
     
    private static final double
     
    private static final double
     
    private static final double
     
    private static final double
     
    static final SimplexNoise
     
    private static final double
     
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    private
     
  • Method Summary

    Modifier and Type
    Method
    Description
    double
    get(int seed, int offsetSeed, double x, double y)
     
    double
    get(int seed, int offsetSeed, double x, double y, double z)
     
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait