Class BlendNoiseProperty

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

public class BlendNoiseProperty extends Object implements NoiseProperty
  • Field Details

    • alpha

      private final NoiseProperty alpha
    • noises

      private final NoiseProperty[] noises
    • thresholds

      private final double[] thresholds
    • normalize

      private final transient double[] normalize
  • Constructor Details

  • Method Details

    • 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