Package net.minecraft
Record Class class_7826
java.lang.Object
java.lang.Record
net.minecraft.class_7826
- Record Components:
index-sender-sessionId-
- Mappings:
Namespace Name official tcintermediary net/minecraft/class_7826named net/minecraft/class_7826official aintermediary comp_1094named indexofficial bintermediary comp_1095named senderofficial cintermediary comp_1096named sessionId
-
Field Summary
Fields -
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.intindex()Returns the value of theindexrecord component.voidmethod_46318(SignatureUpdatable.SignatureUpdater signatureUpdater) static class_7826method_46319(UUID uUID) static class_7826method_46320(UUID uUID, UUID uUID2) booleanmethod_46321(class_7826 class_7826) sender()Returns the value of thesenderrecord component.Returns the value of thesessionIdrecord component.final StringtoString()Returns a string representation of this record class.
-
Field Details
-
Constructor Details
-
class_7826
-
-
Method Details
-
method_46319
- Mappings:
Namespace Name Mixin selector official aLtc;a(Ljava/util/UUID;)Ltc;intermediary method_46319Lnet/minecraft/class_7826;method_46319(Ljava/util/UUID;)Lnet/minecraft/class_7826;named method_46319Lnet/minecraft/class_7826;method_46319(Ljava/util/UUID;)Lnet/minecraft/class_7826;
-
method_46320
- Mappings:
Namespace Name Mixin selector official aLtc;a(Ljava/util/UUID;Ljava/util/UUID;)Ltc;intermediary method_46320Lnet/minecraft/class_7826;method_46320(Ljava/util/UUID;Ljava/util/UUID;)Lnet/minecraft/class_7826;named method_46320Lnet/minecraft/class_7826;method_46320(Ljava/util/UUID;Ljava/util/UUID;)Lnet/minecraft/class_7826;
-
method_46318
public void method_46318(SignatureUpdatable.SignatureUpdater signatureUpdater) throws SignatureException - Throws:
SignatureException- Mappings:
Namespace Name Mixin selector official aLtc;a(Lanv$a;)Vintermediary method_46318Lnet/minecraft/class_7826;method_46318(Lnet/minecraft/class_7498$class_7499;)Vnamed method_46318Lnet/minecraft/class_7826;method_46318(Lnet/minecraft/network/encryption/SignatureUpdatable$SignatureUpdater;)V
-
method_46321
- Mappings:
Namespace Name Mixin selector official aLtc;a(Ltc;)Zintermediary method_46321Lnet/minecraft/class_7826;method_46321(Lnet/minecraft/class_7826;)Znamed method_46321Lnet/minecraft/class_7826;method_46321(Lnet/minecraft/class_7826;)Z
-
method_46317
- Mappings:
Namespace Name Mixin selector official aLtc;a()Ltc;intermediary method_46317Lnet/minecraft/class_7826;method_46317()Lnet/minecraft/class_7826;named method_46317Lnet/minecraft/class_7826;method_46317()Lnet/minecraft/class_7826;
-
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. Reference components are compared withObjects::equals(Object,Object); primitive components are compared with '=='. -
index
public int index()Returns the value of theindexrecord component.- Returns:
- the value of the
indexrecord component
-
sender
Returns the value of thesenderrecord component.- Returns:
- the value of the
senderrecord component
-
sessionId
Returns the value of thesessionIdrecord component.- Returns:
- the value of the
sessionIdrecord component
-