Class RedstoneWireOrientationsRenderer
java.lang.Object
net.minecraft.client.renderer.debug.RedstoneWireOrientationsRenderer
- All Implemented Interfaces:
DebugRenderer.SimpleDebugRenderer
public class RedstoneWireOrientationsRenderer
extends Object
implements DebugRenderer.SimpleDebugRenderer
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Minecraft
static final int
private final List
<RedstoneWireOrientationsDebugPayload> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
render
(PoseStack p_363820_, MultiBufferSource p_363043_, double p_364261_, double p_361975_, double p_365341_) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.client.renderer.debug.DebugRenderer.SimpleDebugRenderer
clear
-
Field Details
-
TIMEOUT
public static final int TIMEOUT- See Also:
-
minecraft
-
updatedWires
-
-
Constructor Details
-
RedstoneWireOrientationsRenderer
RedstoneWireOrientationsRenderer(Minecraft p_364109_)
-
-
Method Details
-
addWireOrientations
-
render
public void render(PoseStack p_363820_, MultiBufferSource p_363043_, double p_364261_, double p_361975_, double p_365341_) - Specified by:
render
in interfaceDebugRenderer.SimpleDebugRenderer
-