Class MinNoiseProperty

java.lang.Object
com.hypixel.hytale.procedurallib.property.MinNoiseProperty
All Implemented Interfaces:
NoiseProperty

public class MinNoiseProperty extends Object implements NoiseProperty
  • Field Details

  • Constructor Details

    • MinNoiseProperty

      public MinNoiseProperty(NoiseProperty[] noiseProperties)
  • Method Details

    • getNoiseProperties

      public NoiseProperty[] getNoiseProperties()
    • get

      public double get(int seed, double x, double y)
      Specified by:
      get in interface NoiseProperty
    • get

      public double get(int seed, double x, double y, double z)
      Specified by:
      get in interface NoiseProperty
    • toString

      @Nonnull public String toString()
      Overrides:
      toString in class Object