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, Matrix4f pose, Vector4f[] frustumPoints, int point1, int point2, int point3, int point4, int red, int green, int blue) private voidaddFrustumVertex(VertexConsumer buffer, Matrix4f pose, Vector4f position) voidrender(PoseStack poseStack, MultiBufferSource bufferSource, double camX, double camY, double camZ) 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 poseStack, MultiBufferSource bufferSource, double camX, double camY, double camZ) - Specified by:
renderin interfaceDebugRenderer.SimpleDebugRenderer
-
addFrustumVertex
-
addFrustumQuad
private void addFrustumQuad(VertexConsumer buffer, Matrix4f pose, Vector4f[] frustumPoints, int point1, int point2, int point3, int point4, int red, int green, int blue)
-