Class MultiplyNoiseProperty

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

public class MultiplyNoiseProperty extends Object implements NoiseProperty
  • Field Details

    • noiseProperties

      protected final NoiseProperty[] noiseProperties
  • Constructor Details

    • MultiplyNoiseProperty

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