Package paulevs.edenring.noise
Class InterpolationCell
java.lang.Object
paulevs.edenring.noise.InterpolationCell
-
Constructor Summary
ConstructorsConstructorDescriptionInterpolationCell(Function<net.minecraft.core.BlockPos, Float> generator, int width, int height, int dxz, int dy, net.minecraft.core.BlockPos origin) InterpolationCell(TerrainGenerator generator, int width, int height, int dxz, int dy, net.minecraft.core.BlockPos origin) -
Method Summary
-
Constructor Details
-
InterpolationCell
-
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()
-