net.minecraft.client.render.gizmo

record GizmoDrawerImpl$Division

net.minecraft.client.renderer.gizmos.DrawableGizmoPrimitives$Group
net.minecraft.class_12160$class_12355
net.minecraft.client.render.gizmo.GizmoDrawerImpl$Division

Field summary

Modifier and TypeField
private final boolean
opaque
comp_5253
opaque
private final List<GizmoDrawerImpl$Line>
lines
comp_5254
lines
private final List<GizmoDrawerImpl$Quad>
quads
comp_5255
quads
private final List<GizmoDrawerImpl$Polygon>
triangleFans
comp_5256
triangleFans
private final List<GizmoDrawerImpl$Text>
texts
comp_5257
texts
private final List<GizmoDrawerImpl$Point>
points
comp_5258
points

Constructor summary

ModifierConstructor
private (boolean opaque)
private (boolean opaque, List<GizmoDrawerImpl$Line> lines, List<GizmoDrawerImpl$Quad> quads, List<GizmoDrawerImpl$Polygon> triangleFans, List<GizmoDrawerImpl$Text> texts, List<GizmoDrawerImpl$Point> points)

Method summary

Modifier and TypeMethod
public void
render(PoseStack poseStack, MultiBufferSource bufferSource, CameraRenderState camera, org.joml.Matrix4fc modelViewMatrix)
method_76662(class_4587 arg0, class_4597 arg1, class_12075 arg2, org.joml.Matrix4fc arg3)
draw(MatrixStack matrices, VertexConsumerProvider vertexConsumers, CameraRenderState cameraRenderState, org.joml.Matrix4fc matrix)
private void
renderTexts(PoseStack poseStack, MultiBufferSource bufferSource, CameraRenderState camera)
method_76661(class_4587 arg0, class_4597 arg1, class_12075 arg2)
drawText(MatrixStack matrices, VertexConsumerProvider vertexConsumers, CameraRenderState cameraRenderState)
private void
renderLines(PoseStack poseStack, MultiBufferSource bufferSource, CameraRenderState camera, org.joml.Matrix4fc modelViewMatrix)
method_76664(class_4587 arg0, class_4597 arg1, class_12075 arg2, org.joml.Matrix4fc arg3)
drawLines(MatrixStack matrices, VertexConsumerProvider vertexConsumers, CameraRenderState cameraRenderState, org.joml.Matrix4fc matrix)
private void
renderTriangleFans(PoseStack poseStack, MultiBufferSource bufferSource, CameraRenderState camera)
method_76663(class_4587 arg0, class_4597 arg1, class_12075 arg2)
drawTriangleFans(MatrixStack matrices, VertexConsumerProvider vertexConsumers, CameraRenderState cameraRenderState)
private void
renderQuads(PoseStack poseStack, MultiBufferSource bufferSource, CameraRenderState camera)
method_76665(class_4587 arg0, class_4597 arg1, class_12075 arg2)
drawQuads(MatrixStack matrices, VertexConsumerProvider vertexConsumers, CameraRenderState cameraRenderState)
private void
renderPoints(PoseStack poseStack, MultiBufferSource bufferSource, CameraRenderState camera)
method_76666(class_4587 arg0, class_4597 arg1, class_12075 arg2)
drawPoints(MatrixStack matrices, VertexConsumerProvider vertexConsumers, CameraRenderState cameraRenderState)
public boolean
opaque()
comp_5253()
opaque()
public List<GizmoDrawerImpl$Line>
lines()
comp_5254()
lines()
public List<GizmoDrawerImpl$Quad>
quads()
comp_5255()
quads()
public List<GizmoDrawerImpl$Polygon>
triangleFans()
comp_5256()
triangleFans()
public List<GizmoDrawerImpl$Text>
texts()
comp_5257()
texts()
public List<GizmoDrawerImpl$Point>
points()
comp_5258()
points()