Package net.minecraft

Record Class class_8448.class_8450

java.lang.Object
java.lang.Record
net.minecraft.class_8448.class_8450
Record Components:
id -
display -
data -
Enclosing class:
class_8448

@Environment(CLIENT) private static record class_8448.class_8450(class_8373 id, Text display, class_8367.class_8368 data) extends Record
Mappings:
Namespace Name
official fcx$b
intermediary net/minecraft/class_8448$class_8450
named net/minecraft/class_8448$class_8450
official a
intermediary comp_1447
named id
official b
intermediary comp_1448
named display
official c
intermediary comp_1449
named data
  • Field Details

    • id

      private final class_8373 id
      The field for the id record component.
    • display

      private final Text display
      The field for the display record component.
    • data

      private final class_8367.class_8368 data
      The field for the data 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. All components in this record class are compared with Objects::equals(Object,Object).
      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.
    • id

      public class_8373 id()
      Returns the value of the id record component.
      Returns:
      the value of the id record component
    • display

      public Text display()
      Returns the value of the display record component.
      Returns:
      the value of the display record component
    • data

      public class_8367.class_8368 data()
      Returns the value of the data record component.
      Returns:
      the value of the data record component