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
- Mappings:
Namespace Name official eun$aintermediary net/minecraft/class_7566$class_7567named net/minecraft/class_7566$class_7567official eintermediary comp_877named message
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final class_7566.class_7567static final class_7566.class_7567static final class_7566.class_7567static final class_7566.class_7567private final TextThe field for themessagerecord component. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.message()Returns the value of themessagerecord component.final StringtoString()Returns a string representation of this record class.
-
Field Details
-
message
The field for themessagerecord component. -
field_39655
- Mappings:
Namespace Name Mixin selector official aLeun$a;a:Leun$a;intermediary field_39655Lnet/minecraft/class_7566$class_7567;field_39655:Lnet/minecraft/class_7566$class_7567;named field_39655Lnet/minecraft/class_7566$class_7567;field_39655:Lnet/minecraft/class_7566$class_7567;
-
field_39656
- Mappings:
Namespace Name Mixin selector official bLeun$a;b:Leun$a;intermediary field_39656Lnet/minecraft/class_7566$class_7567;field_39656:Lnet/minecraft/class_7566$class_7567;named field_39656Lnet/minecraft/class_7566$class_7567;field_39656:Lnet/minecraft/class_7566$class_7567;
-
field_39657
- Mappings:
Namespace Name Mixin selector official cLeun$a;c:Leun$a;intermediary field_39657Lnet/minecraft/class_7566$class_7567;field_39657:Lnet/minecraft/class_7566$class_7567;named field_39657Lnet/minecraft/class_7566$class_7567;field_39657:Lnet/minecraft/class_7566$class_7567;
-
field_39658
- Mappings:
Namespace Name Mixin selector official dLeun$a;d:Leun$a;intermediary field_39658Lnet/minecraft/class_7566$class_7567;field_39658:Lnet/minecraft/class_7566$class_7567;named field_39658Lnet/minecraft/class_7566$class_7567;field_39658:Lnet/minecraft/class_7566$class_7567;
-
-
Constructor Details
-
class_7567
-
-
Method Details
-
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. -
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. -
equals
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 withObjects::equals(Object,Object). -
message
Returns the value of themessagerecord component.- Returns:
- the value of the
messagerecord component
-