Package net.minecraft

Record Class class_7566.class_7567

java.lang.Object
java.lang.Record
net.minecraft.class_7566.class_7567
Record Components:
message -
Enclosing class:
class_7566

@Environment(CLIENT) public static record class_7566.class_7567(Text message) extends Record
Mappings:
Namespace Name
official eun$a
intermediary net/minecraft/class_7566$class_7567
named net/minecraft/class_7566$class_7567
official e
intermediary comp_877
named message
  • Field Details

    • message

      private final Text message
      The field for the message record component.
    • field_39655

      public static final class_7566.class_7567 field_39655
      Mappings:
      Namespace Name Mixin selector
      official a Leun$a;a:Leun$a;
      intermediary field_39655 Lnet/minecraft/class_7566$class_7567;field_39655:Lnet/minecraft/class_7566$class_7567;
      named field_39655 Lnet/minecraft/class_7566$class_7567;field_39655:Lnet/minecraft/class_7566$class_7567;
    • field_39656

      public static final class_7566.class_7567 field_39656
      Mappings:
      Namespace Name Mixin selector
      official b Leun$a;b:Leun$a;
      intermediary field_39656 Lnet/minecraft/class_7566$class_7567;field_39656:Lnet/minecraft/class_7566$class_7567;
      named field_39656 Lnet/minecraft/class_7566$class_7567;field_39656:Lnet/minecraft/class_7566$class_7567;
    • field_39657

      public static final class_7566.class_7567 field_39657
      Mappings:
      Namespace Name Mixin selector
      official c Leun$a;c:Leun$a;
      intermediary field_39657 Lnet/minecraft/class_7566$class_7567;field_39657:Lnet/minecraft/class_7566$class_7567;
      named field_39657 Lnet/minecraft/class_7566$class_7567;field_39657:Lnet/minecraft/class_7566$class_7567;
    • field_39658

      public static final class_7566.class_7567 field_39658
      Mappings:
      Namespace Name Mixin selector
      official d Leun$a;d:Leun$a;
      intermediary field_39658 Lnet/minecraft/class_7566$class_7567;field_39658:Lnet/minecraft/class_7566$class_7567;
      named field_39658 Lnet/minecraft/class_7566$class_7567;field_39658:Lnet/minecraft/class_7566$class_7567;
  • Constructor Details

    • class_7567

      public class_7567(Text text)
  • 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.
    • message

      public Text message()
      Returns the value of the message record component.
      Returns:
      the value of the message record component