Class MaxNoiseProperty

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

public class MaxNoiseProperty extends Object implements NoiseProperty
  • Field Details

  • Constructor Details

    • MaxNoiseProperty

      public MaxNoiseProperty(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