public class DebugRendererStructure extends java.lang.Object implements DebugRenderer.IDebugRenderer
Constructor and Description |
---|
DebugRendererStructure(Minecraft minecraftIn) |
Modifier and Type | Method and Description |
---|---|
void |
addStructure(MutableBoundingBox mainBox,
java.util.List<MutableBoundingBox> structureSubBoxes,
java.util.List<java.lang.Boolean> structureSubBoxFlags,
int dimensionIn) |
void |
render(float partialTicks,
long finishTimeNano) |
public DebugRendererStructure(Minecraft minecraftIn)
public void render(float partialTicks, long finishTimeNano)
render
in interface DebugRenderer.IDebugRenderer
public void addStructure(MutableBoundingBox mainBox, java.util.List<MutableBoundingBox> structureSubBoxes, java.util.List<java.lang.Boolean> structureSubBoxFlags, int dimensionIn)