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 voidaddFrustumQuad(VertexConsumer buffer, org.joml.Matrix4f pose, org.joml.Vector4f[] frustumPoints, int point1, int point2, int point3, int point4, int red, int green, int blue) private voidaddFrustumVertex(VertexConsumer buffer, org.joml.Matrix4f pose, org.joml.Vector4f position) voidrender(PoseStack p_362623_, MultiBufferSource p_361977_, double p_364318_, double p_361586_, double p_365009_) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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 p_362623_, MultiBufferSource p_361977_, double p_364318_, double p_361586_, double p_365009_) - Specified by:
renderin interfaceDebugRenderer.SimpleDebugRenderer
-
addFrustumVertex
private void addFrustumVertex(VertexConsumer buffer, org.joml.Matrix4f pose, org.joml.Vector4f position) -
addFrustumQuad
private void addFrustumQuad(VertexConsumer buffer, org.joml.Matrix4f pose, org.joml.Vector4f[] frustumPoints, int point1, int point2, int point3, int point4, int red, int green, int blue)
-