Interface GizmoDrawer

All Known Implementing Classes:
GizmoDrawerImpl

public interface GizmoDrawer
Mappings:
Namespace Name
named net/minecraft/world/debug/gizmo/GizmoDrawer
intermediary net/minecraft/class_12177
official uo
  • Method Details

    • addPoint

      void addPoint(Vec3d pos, int color, float size)
      Mappings:
      Namespace Name Mixin selector
      named addPoint Lnet/minecraft/world/debug/gizmo/GizmoDrawer;addPoint(Lnet/minecraft/util/math/Vec3d;IF)V
      intermediary method_75472 Lnet/minecraft/class_12177;method_75472(Lnet/minecraft/class_243;IF)V
      official a Luo;a(Lfrd;IF)V
    • addLine

      void addLine(Vec3d start, Vec3d end, int color, float width)
      Mappings:
      Namespace Name Mixin selector
      named addLine Lnet/minecraft/world/debug/gizmo/GizmoDrawer;addLine(Lnet/minecraft/util/math/Vec3d;Lnet/minecraft/util/math/Vec3d;IF)V
      intermediary method_75473 Lnet/minecraft/class_12177;method_75473(Lnet/minecraft/class_243;Lnet/minecraft/class_243;IF)V
      official a Luo;a(Lfrd;Lfrd;IF)V
    • addPolygon

      void addPolygon(Vec3d[] vertices, int color)
      Mappings:
      Namespace Name Mixin selector
      named addPolygon Lnet/minecraft/world/debug/gizmo/GizmoDrawer;addPolygon([Lnet/minecraft/util/math/Vec3d;I)V
      intermediary method_75478 Lnet/minecraft/class_12177;method_75478([Lnet/minecraft/class_243;I)V
      official a Luo;a([Lfrd;I)V
    • addQuad

      void addQuad(Vec3d a, Vec3d b, Vec3d c, Vec3d d, int color)
      Mappings:
      Namespace Name Mixin selector
      named addQuad Lnet/minecraft/world/debug/gizmo/GizmoDrawer;addQuad(Lnet/minecraft/util/math/Vec3d;Lnet/minecraft/util/math/Vec3d;Lnet/minecraft/util/math/Vec3d;Lnet/minecraft/util/math/Vec3d;I)V
      intermediary method_75474 Lnet/minecraft/class_12177;method_75474(Lnet/minecraft/class_243;Lnet/minecraft/class_243;Lnet/minecraft/class_243;Lnet/minecraft/class_243;I)V
      official a Luo;a(Lfrd;Lfrd;Lfrd;Lfrd;I)V
    • addText

      void addText(Vec3d pos, String text, TextGizmo.Style style)
      Mappings:
      Namespace Name Mixin selector
      named addText Lnet/minecraft/world/debug/gizmo/GizmoDrawer;addText(Lnet/minecraft/util/math/Vec3d;Ljava/lang/String;Lnet/minecraft/world/debug/gizmo/TextGizmo$Style;)V
      intermediary method_75475 Lnet/minecraft/class_12177;method_75475(Lnet/minecraft/class_243;Ljava/lang/String;Lnet/minecraft/class_12187$class_12188;)V
      official a Luo;a(Lfrd;Ljava/lang/String;Luw$a;)V