Package net.minecraft

Record Class class_12225.class_12227

java.lang.Object
java.lang.Record
net.minecraft.class_12225.class_12227
Record Components:
pose -
opacity -
scissor -
Enclosing interface:
class_12225

@Environment(CLIENT) public static record class_12225.class_12227(Matrix3x2fc pose, float opacity, @Nullable ScreenRect scissor) extends Record
Mappings:
Namespace Name
named net/minecraft/class_12225$class_12227
intermediary net/minecraft/class_12225$class_12227
official gfx$b
named pose
intermediary comp_5151
official a
named opacity
intermediary comp_5152
official b
named scissor
intermediary comp_5153
official c
  • Field Details

  • Constructor Details

    • class_12227

      public class_12227(Matrix3x2fc matrix3x2fc)
    • class_12227

      public class_12227(Matrix3x2fc pose, float opacity, @Nullable @Nullable ScreenRect scissor)
      Creates an instance of a class_12227 record class.
      Parameters:
      pose - the value for the pose record component
      opacity - the value for the opacity record component
      scissor - the value for the scissor record component
  • Method Details

    • method_75781

      public class_12225.class_12227 method_75781(Matrix3x2fc matrix3x2fc)
      Mappings:
      Namespace Name Mixin selector
      named method_75781 Lnet/minecraft/class_12225$class_12227;method_75781(Lorg/joml/Matrix3x2fc;)Lnet/minecraft/class_12225$class_12227;
      intermediary method_75781 Lnet/minecraft/class_12225$class_12227;method_75781(Lorg/joml/Matrix3x2fc;)Lnet/minecraft/class_12225$class_12227;
      official a Lgfx$b;a(Lorg/joml/Matrix3x2fc;)Lgfx$b;
    • method_75778

      public class_12225.class_12227 method_75778(float float2)
      Mappings:
      Namespace Name Mixin selector
      named method_75778 Lnet/minecraft/class_12225$class_12227;method_75778(F)Lnet/minecraft/class_12225$class_12227;
      intermediary method_75778 Lnet/minecraft/class_12225$class_12227;method_75778(F)Lnet/minecraft/class_12225$class_12227;
      official a Lgfx$b;a(F)Lgfx$b;
    • method_75782

      public class_12225.class_12227 method_75782(float float2)
      Mappings:
      Namespace Name Mixin selector
      named method_75782 Lnet/minecraft/class_12225$class_12227;method_75782(F)Lnet/minecraft/class_12225$class_12227;
      intermediary method_75782 Lnet/minecraft/class_12225$class_12227;method_75782(F)Lnet/minecraft/class_12225$class_12227;
      official b Lgfx$b;b(F)Lgfx$b;
    • method_75780

      public class_12225.class_12227 method_75780(ScreenRect screenRect)
      Mappings:
      Namespace Name Mixin selector
      named method_75780 Lnet/minecraft/class_12225$class_12227;method_75780(Lnet/minecraft/client/gui/ScreenRect;)Lnet/minecraft/class_12225$class_12227;
      intermediary method_75780 Lnet/minecraft/class_12225$class_12227;method_75780(Lnet/minecraft/class_8030;)Lnet/minecraft/class_12225$class_12227;
      official a Lgfx$b;a(Lgmy;)Lgfx$b;
    • method_75779

      public class_12225.class_12227 method_75779(int int2, int int3, int int4, int int5)
      Mappings:
      Namespace Name Mixin selector
      named method_75779 Lnet/minecraft/class_12225$class_12227;method_75779(IIII)Lnet/minecraft/class_12225$class_12227;
      intermediary method_75779 Lnet/minecraft/class_12225$class_12227;method_75779(IIII)Lnet/minecraft/class_12225$class_12227;
      official a Lgfx$b;a(IIII)Lgfx$b;
    • 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.
    • pose

      public Matrix3x2fc pose()
      Returns the value of the pose record component.
      Returns:
      the value of the pose record component
    • opacity

      public float opacity()
      Returns the value of the opacity record component.
      Returns:
      the value of the opacity record component
    • scissor

      @Nullable public @Nullable ScreenRect scissor()
      Returns the value of the scissor record component.
      Returns:
      the value of the scissor record component