public class CaveDebugRenderer extends java.lang.Object implements DebugRenderer.IDebugRenderer
Constructor and Description |
---|
CaveDebugRenderer() |
Modifier and Type | Method and Description |
---|---|
void |
addCave(BlockPos cavePos,
java.util.List<BlockPos> subPositions,
java.util.List<java.lang.Float> sizes) |
void |
render(MatrixStack matrixStackIn,
IRenderTypeBuffer bufferIn,
double camX,
double camY,
double camZ) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
clear
public void addCave(BlockPos cavePos, java.util.List<BlockPos> subPositions, java.util.List<java.lang.Float> sizes)
public void render(MatrixStack matrixStackIn, IRenderTypeBuffer bufferIn, double camX, double camY, double camZ)
render
in interface DebugRenderer.IDebugRenderer