Package net.minecraft
Record Class class_7543.class_7544.class_7547
java.lang.Object
java.lang.Record
net.minecraft.class_7543.class_7544.class_7547
- Record Components:
sender-entry-
- Enclosing class:
class_7543.class_7544
@Environment(CLIENT)
private static record class_7543.class_7544.class_7547(UUID sender, class_7543.class_7544.class_7546 entry)
extends Record
- Mappings:
Namespace Name official eoh$a$cintermediary net/minecraft/class_7543$class_7544$class_7547named net/minecraft/class_7543$class_7544$class_7547official aintermediary comp_866named senderofficial bintermediary comp_867named entry
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionentry()Returns the value of theentryrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.booleanmethod_44516(class_7543.class_7544.class_7547 class_7547) sender()Returns the value of thesenderrecord component.final StringtoString()Returns a string representation of this record class.
-
Field Details
-
Constructor Details
-
class_7547
class_7547(UUID uUID, class_7543.class_7544.class_7546 class_7546)
-
-
Method Details
-
method_44516
- Mappings:
Namespace Name Mixin selector official aLeoh$a$c;a(Leoh$a$c;)Zintermediary method_44516Lnet/minecraft/class_7543$class_7544$class_7547;method_44516(Lnet/minecraft/class_7543$class_7544$class_7547;)Znamed method_44516Lnet/minecraft/class_7543$class_7544$class_7547;method_44516(Lnet/minecraft/class_7543$class_7544$class_7547;)Z
-
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). -
sender
Returns the value of thesenderrecord component.- Returns:
- the value of the
senderrecord component
-
entry
Returns the value of theentryrecord component.- Returns:
- the value of the
entryrecord component
-