Class ChunkCullingDebugRenderer
java.lang.Object
net.minecraft.client.renderer.debug.ChunkCullingDebugRenderer
- All Implemented Interfaces:
DebugRenderer.SimpleDebugRenderer
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate void
addFrustumQuad
(VertexConsumer p_360778_, org.joml.Matrix4f p_364409_, org.joml.Vector4f[] p_360544_, int p_363131_, int p_364933_, int p_363857_, int p_360531_, int p_365365_, int p_360692_, int p_363466_) private void
addFrustumVertex
(VertexConsumer p_360922_, org.joml.Matrix4f p_363048_, org.joml.Vector4f p_362450_) void
render
(PoseStack pPoseStack, MultiBufferSource pBufferSource, double pCamX, double pCamY, double pCamZ) 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
-
DIRECTIONS
-
minecraft
-
-
Constructor Details
-
ChunkCullingDebugRenderer
-
-
Method Details
-
render
public void render(PoseStack pPoseStack, MultiBufferSource pBufferSource, double pCamX, double pCamY, double pCamZ) - Specified by:
render
in interfaceDebugRenderer.SimpleDebugRenderer
-
addFrustumVertex
private void addFrustumVertex(VertexConsumer p_360922_, org.joml.Matrix4f p_363048_, org.joml.Vector4f p_362450_) -
addFrustumQuad
private void addFrustumQuad(VertexConsumer p_360778_, org.joml.Matrix4f p_364409_, org.joml.Vector4f[] p_360544_, int p_363131_, int p_364933_, int p_363857_, int p_360531_, int p_365365_, int p_360692_, int p_363466_)
-