Class InterpolationCell

java.lang.Object
paulevs.edenring.noise.InterpolationCell

public class InterpolationCell extends Object
  • Constructor Details

    • InterpolationCell

      public InterpolationCell(Function<net.minecraft.core.BlockPos,Float> generator, int width, int height, int dxz, int dy, net.minecraft.core.BlockPos origin)
    • InterpolationCell

      public InterpolationCell(TerrainGenerator generator, int width, int height, int dxz, int dy, net.minecraft.core.BlockPos origin)
  • Method Details

    • get

      public float get(net.minecraft.core.BlockPos pos, boolean relative)
    • getMinY

      public short getMinY()
    • getMaxY

      public short getMaxY()