Class RenderInstruction.DebugRenderer
java.lang.Object
xyz.gmitch215.socketmc.instruction.RenderInstruction
xyz.gmitch215.socketmc.instruction.RenderInstruction.DebugRenderer
- All Implemented Interfaces:
Serializable
,DataHolder
- Enclosing class:
RenderInstruction
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class xyz.gmitch215.socketmc.instruction.RenderInstruction
RenderInstruction.DebugRenderer, RenderInstruction.GameRenderer
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
The ordinal for aRenderInstruction.DebugRenderer
. -
Method Summary
Modifier and TypeMethodDescriptionvoid
renderChunkborder
(boolean enabled) Renders the chunk border seen when using the F3+G debug keybind.Methods inherited from class xyz.gmitch215.socketmc.instruction.RenderInstruction
debug, game, getData, getOrdinal, getSubOrdinal, isFilled
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface xyz.gmitch215.socketmc.util.DataHolder
data, data, data, data
-
Field Details
-
ORDINAL
public static final int ORDINALThe ordinal for aRenderInstruction.DebugRenderer
.- See Also:
-
-
Method Details
-
renderChunkborder
public void renderChunkborder(boolean enabled) Renders the chunk border seen when using the F3+G debug keybind.- Parameters:
enabled
- Whether the chunk border should be rendered
-