net.minecraft.gizmos

public interface GizmoPrimitives

uj
net.minecraft.gizmos.GizmoPrimitives
net.minecraft.class_12177
net.minecraft.world.debug.gizmo.GizmoDrawer

Method summary

Modifier and TypeMethod
void
a(fse arg0, int arg1, float arg2)
addPoint(Vec3 arg0, int arg1, float arg2)
method_75472(class_243 arg0, int arg1, float arg2)
addPoint(Vec3d pos, int color, float size)
void
a(fse arg0, fse arg1, int arg2, float arg3)
addLine(Vec3 arg0, Vec3 arg1, int arg2, float arg3)
method_75473(class_243 arg0, class_243 arg1, int arg2, float arg3)
addLine(Vec3d start, Vec3d end, int color, float width)
void
a(fse[] arg0, int arg1)
addTriangleFan(Vec3[] arg0, int arg1)
method_75478(class_243[] arg0, int arg1)
addPolygon(Vec3d[] vertices, int color)
void
a(fse arg0, fse arg1, fse arg2, fse arg3, int arg4)
addQuad(Vec3 arg0, Vec3 arg1, Vec3 arg2, Vec3 arg3, int arg4)
method_75474(class_243 arg0, class_243 arg1, class_243 arg2, class_243 arg3, int arg4)
addQuad(Vec3d a, Vec3d b, Vec3d c, Vec3d d, int color)
void
a(fse arg0, String arg1, ur$a arg2)
addText(Vec3 arg0, String arg1, TextGizmo$Style arg2)
method_75475(class_243 arg0, String arg1, class_12187$class_12188 arg2)
addText(Vec3d pos, String text, TextGizmo$Style style)