Package net.minecraft

Record Class class_11247

java.lang.Object
java.lang.Record
net.minecraft.class_11247
Record Components:
textRenderState -
pose -
x -
y -
backgroundZ -
textShadowZ -
effectShadowZ -
textZ -
effectZ -
layer -
scissorArea -

@Environment(CLIENT) public record class_11247(class_11248 textRenderState, Matrix3x2f pose, int x, int y, float backgroundZ, float textShadowZ, float effectShadowZ, float textZ, float effectZ, class_11227 layer, @Nullable ScreenRect scissorArea) extends Record
Mappings:
Namespace Name
named net/minecraft/class_11247
intermediary net/minecraft/class_11247
official fzu
named textRenderState
intermediary comp_4098
official a
named pose
intermediary comp_4099
official b
named x
intermediary comp_4100
official c
named y
intermediary comp_4101
official d
named backgroundZ
intermediary comp_4102
official e
named textShadowZ
intermediary comp_4103
official f
named effectShadowZ
intermediary comp_4104
official g
named textZ
intermediary comp_4105
official h
named effectZ
intermediary comp_4106
official i
named layer
intermediary comp_4107
official j
named scissorArea
intermediary comp_4108
official k
  • Field Details

    • textRenderState

      private final class_11248 textRenderState
      The field for the textRenderState record component.
    • pose

      private final Matrix3x2f pose
      The field for the pose record component.
    • x

      private final int x
      The field for the x record component.
    • y

      private final int y
      The field for the y record component.
    • backgroundZ

      private final float backgroundZ
      The field for the backgroundZ record component.
    • textShadowZ

      private final float textShadowZ
      The field for the textShadowZ record component.
    • effectShadowZ

      private final float effectShadowZ
      The field for the effectShadowZ record component.
    • textZ

      private final float textZ
      The field for the textZ record component.
    • effectZ

      private final float effectZ
      The field for the effectZ record component.
    • layer

      private final class_11227 layer
      The field for the layer record component.
    • scissorArea

      @Nullable private final @Nullable ScreenRect scissorArea
      The field for the scissorArea record component.
  • Constructor Details

  • Method Details

    • 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.
    • textRenderState

      public class_11248 textRenderState()
      Returns the value of the textRenderState record component.
      Returns:
      the value of the textRenderState record component
    • pose

      public Matrix3x2f pose()
      Returns the value of the pose record component.
      Returns:
      the value of the pose record component
    • x

      public int x()
      Returns the value of the x record component.
      Returns:
      the value of the x record component
    • y

      public int y()
      Returns the value of the y record component.
      Returns:
      the value of the y record component
    • backgroundZ

      public float backgroundZ()
      Returns the value of the backgroundZ record component.
      Returns:
      the value of the backgroundZ record component
    • textShadowZ

      public float textShadowZ()
      Returns the value of the textShadowZ record component.
      Returns:
      the value of the textShadowZ record component
    • effectShadowZ

      public float effectShadowZ()
      Returns the value of the effectShadowZ record component.
      Returns:
      the value of the effectShadowZ record component
    • textZ

      public float textZ()
      Returns the value of the textZ record component.
      Returns:
      the value of the textZ record component
    • effectZ

      public float effectZ()
      Returns the value of the effectZ record component.
      Returns:
      the value of the effectZ record component
    • layer

      public class_11227 layer()
      Returns the value of the layer record component.
      Returns:
      the value of the layer record component
    • scissorArea

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