net.minecraft.client.render.gizmo

public class GizmoDrawerImpl

implements GizmoDrawer

net.minecraft.client.renderer.gizmos.DrawableGizmoPrimitives
net.minecraft.client.renderer.gizmos.DrawableGizmoPrimitives
net.minecraft.class_12160
net.minecraft.client.render.gizmo.GizmoDrawerImpl

Field summary

Modifier and TypeField
private final GizmoDrawerImpl$Division
opaque
opaque
field_64588
opaque
private final GizmoDrawerImpl$Division
translucent
translucent
field_64589
transparent
private boolean
isEmpty
isEmpty
field_64590
empty

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
private GizmoDrawerImpl$Division
getGroup(int color)
getGroup(int color)
method_76660(int arg0)
getDivision(int color)
public void
addPoint(Vec3 pos, int color, float size)
addPoint(Vec3 pos, int color, float size)
method_75472(class_243 arg0, int arg1, float arg2)
addPoint(Vec3d arg0, int arg1, float arg2)
public void
addLine(Vec3 start, Vec3 end, int color, float width)
addLine(Vec3 start, Vec3 end, int color, float width)
method_75473(class_243 arg0, class_243 arg1, int arg2, float arg3)
addLine(Vec3d arg0, Vec3d arg1, int arg2, float arg3)
public void
addTriangleFan(Vec3[] points, int color)
addTriangleFan(Vec3[] points, int color)
method_75478(class_243[] arg0, int arg1)
addPolygon(Vec3d[] arg0, int arg1)
public void
addQuad(Vec3 a, Vec3 b, Vec3 c, Vec3 d, int color)
addQuad(Vec3 a, Vec3 b, Vec3 c, Vec3 d, int color)
method_75474(class_243 arg0, class_243 arg1, class_243 arg2, class_243 arg3, int arg4)
addQuad(Vec3d arg0, Vec3d arg1, Vec3d arg2, Vec3d arg3, int arg4)
public void
addText(Vec3 pos, String text, TextGizmo$Style style)
addText(Vec3 pos, String text, TextGizmo$Style style)
method_75475(class_243 arg0, String arg1, class_12187$class_12188 arg2)
addText(Vec3d arg0, String arg1, TextGizmo$Style arg2)
public void
render(PoseStack poseStack, MultiBufferSource bufferSource, CameraRenderState camera, org.joml.Matrix4fc modelViewMatrix)
render(PoseStack poseStack, MultiBufferSource bufferSource, CameraRenderState camera, org.joml.Matrix4fc modelViewMatrix)
method_75477(class_4587 arg0, class_4597 arg1, class_12075 arg2, org.joml.Matrix4fc arg3)
draw(MatrixStack matrices, VertexConsumerProvider vertexConsumers, CameraRenderState cameraRenderState, org.joml.Matrix4fc matrix)
public boolean
isEmpty()
isEmpty()
method_76659()
isEmpty()