Record Class GizmoDrawerImpl.class_12355

java.lang.Object
java.lang.Record
net.minecraft.client.render.gizmo.GizmoDrawerImpl.class_12355
Record Components:
opaque -
lines -
quads -
triangleFans -
texts -
points -
Enclosing class:
GizmoDrawerImpl

@Environment(CLIENT) private static record GizmoDrawerImpl.class_12355(boolean opaque, List<GizmoDrawerImpl.Line> lines, List<GizmoDrawerImpl.Quad> quads, List<GizmoDrawerImpl.Polygon> triangleFans, List<GizmoDrawerImpl.Text> texts, List<GizmoDrawerImpl.Point> points) extends Record
Mappings:
Namespace Name
named net/minecraft/client/render/gizmo/GizmoDrawerImpl$class_12355
intermediary net/minecraft/class_12160$class_12355
official idd$a
named opaque
intermediary comp_5253
official a
named lines
intermediary comp_5254
official b
named quads
intermediary comp_5255
official c
named triangleFans
intermediary comp_5256
official d
named texts
intermediary comp_5257
official e
named points
intermediary comp_5258
official f
  • Field Details

  • Constructor Details

  • Method Details

    • method_76662

      public void method_76662(MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, CameraRenderState cameraRenderState, Matrix4f matrix4f)
      Mappings:
      Namespace Name Mixin selector
      named method_76662 Lnet/minecraft/client/render/gizmo/GizmoDrawerImpl$class_12355;method_76662(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumerProvider;Lnet/minecraft/client/render/state/CameraRenderState;Lorg/joml/Matrix4f;)V
      intermediary method_76662 Lnet/minecraft/class_12160$class_12355;method_76662(Lnet/minecraft/class_4587;Lnet/minecraft/class_4597;Lnet/minecraft/class_12075;Lorg/joml/Matrix4f;)V
      official a Lidd$a;a(Lfyi;Lhkp;Ligr;Lorg/joml/Matrix4f;)V
    • method_76661

      private void method_76661(MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, CameraRenderState cameraRenderState)
      Mappings:
      Namespace Name Mixin selector
      named method_76661 Lnet/minecraft/client/render/gizmo/GizmoDrawerImpl$class_12355;method_76661(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumerProvider;Lnet/minecraft/client/render/state/CameraRenderState;)V
      intermediary method_76661 Lnet/minecraft/class_12160$class_12355;method_76661(Lnet/minecraft/class_4587;Lnet/minecraft/class_4597;Lnet/minecraft/class_12075;)V
      official a Lidd$a;a(Lfyi;Lhkp;Ligr;)V
    • method_76664

      private void method_76664(MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, CameraRenderState cameraRenderState, Matrix4f matrix4f)
      Mappings:
      Namespace Name Mixin selector
      named method_76664 Lnet/minecraft/client/render/gizmo/GizmoDrawerImpl$class_12355;method_76664(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumerProvider;Lnet/minecraft/client/render/state/CameraRenderState;Lorg/joml/Matrix4f;)V
      intermediary method_76664 Lnet/minecraft/class_12160$class_12355;method_76664(Lnet/minecraft/class_4587;Lnet/minecraft/class_4597;Lnet/minecraft/class_12075;Lorg/joml/Matrix4f;)V
      official b Lidd$a;b(Lfyi;Lhkp;Ligr;Lorg/joml/Matrix4f;)V
    • method_76663

      private void method_76663(MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, CameraRenderState cameraRenderState)
      Mappings:
      Namespace Name Mixin selector
      named method_76663 Lnet/minecraft/client/render/gizmo/GizmoDrawerImpl$class_12355;method_76663(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumerProvider;Lnet/minecraft/client/render/state/CameraRenderState;)V
      intermediary method_76663 Lnet/minecraft/class_12160$class_12355;method_76663(Lnet/minecraft/class_4587;Lnet/minecraft/class_4597;Lnet/minecraft/class_12075;)V
      official b Lidd$a;b(Lfyi;Lhkp;Ligr;)V
    • method_76665

      private void method_76665(MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, CameraRenderState cameraRenderState)
      Mappings:
      Namespace Name Mixin selector
      named method_76665 Lnet/minecraft/client/render/gizmo/GizmoDrawerImpl$class_12355;method_76665(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumerProvider;Lnet/minecraft/client/render/state/CameraRenderState;)V
      intermediary method_76665 Lnet/minecraft/class_12160$class_12355;method_76665(Lnet/minecraft/class_4587;Lnet/minecraft/class_4597;Lnet/minecraft/class_12075;)V
      official c Lidd$a;c(Lfyi;Lhkp;Ligr;)V
    • method_76666

      private void method_76666(MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, CameraRenderState cameraRenderState)
      Mappings:
      Namespace Name Mixin selector
      named method_76666 Lnet/minecraft/client/render/gizmo/GizmoDrawerImpl$class_12355;method_76666(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumerProvider;Lnet/minecraft/client/render/state/CameraRenderState;)V
      intermediary method_76666 Lnet/minecraft/class_12160$class_12355;method_76666(Lnet/minecraft/class_4587;Lnet/minecraft/class_4597;Lnet/minecraft/class_12075;)V
      official d Lidd$a;d(Lfyi;Lhkp;Ligr;)V
    • toString

      public final String toString()
      Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
      Specified by:
      toString in class Record
      Returns:
      a string representation of this object
    • hashCode

      public final int hashCode()
      Returns a hash code value for this object. The value is derived from the hash code of each of the record components.
      Specified by:
      hashCode in class Record
      Returns:
      a hash code value for this object
    • equals

      public final boolean equals(Object object)
      Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. Reference components are compared with Objects::equals(Object,Object); primitive components are compared with '=='.
      Specified by:
      equals in class Record
      Parameters:
      object - the object with which to compare
      Returns:
      true if this object is the same as the object argument; false otherwise.
    • opaque

      public boolean opaque()
      Returns the value of the opaque record component.
      Returns:
      the value of the opaque record component
    • lines

      public List<GizmoDrawerImpl.Line> lines()
      Returns the value of the lines record component.
      Returns:
      the value of the lines record component
    • quads

      public List<GizmoDrawerImpl.Quad> quads()
      Returns the value of the quads record component.
      Returns:
      the value of the quads record component
    • triangleFans

      public List<GizmoDrawerImpl.Polygon> triangleFans()
      Returns the value of the triangleFans record component.
      Returns:
      the value of the triangleFans record component
    • texts

      public List<GizmoDrawerImpl.Text> texts()
      Returns the value of the texts record component.
      Returns:
      the value of the texts record component
    • points

      public List<GizmoDrawerImpl.Point> points()
      Returns the value of the points record component.
      Returns:
      the value of the points record component