java.lang.Object
com.hypixel.hytale.server.worldgen.cave.shape.distorted.ShapeDistortion

public class ShapeDistortion extends Object
  • Field Details

  • Constructor Details

  • Method Details

    • getWidthFactor

      public double getWidthFactor(int seed, double x, double z)
    • getFloorFactor

      public double getFloorFactor(int seed, double x, double z)
    • getCeilingFactor

      public double getCeilingFactor(int seed, double x, double z)
    • of

      public static ShapeDistortion of(@Nullable NoiseProperty widthNoise, @Nullable NoiseProperty floorNoise, @Nullable NoiseProperty ceilingNoise)