Package net.minecraft.network.message
Record Class MessageSignatureData.class_7819
java.lang.Object
java.lang.Record
net.minecraft.network.message.MessageSignatureData.class_7819
- Record Components:
id-fullSignature-
- Enclosing class:
MessageSignatureData
public static record MessageSignatureData.class_7819(int id, @Nullable MessageSignatureData fullSignature)
extends Record
- Mappings:
Namespace Name official st$aintermediary net/minecraft/class_7469$class_7819named net/minecraft/network/message/MessageSignatureData$class_7819official bintermediary comp_1079named idofficial cintermediary comp_1080named fullSignature
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intprivate final @Nullable MessageSignatureDataThe field for thefullSignaturerecord component.private final intThe field for theidrecord component. -
Constructor Summary
ConstructorsConstructorDescriptionclass_7819(int int2) class_7819(int int2, @Nullable MessageSignatureData messageSignatureData) class_7819(MessageSignatureData messageSignatureData) -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.Returns the value of thefullSignaturerecord component.final inthashCode()Returns a hash code value for this object.intid()Returns the value of theidrecord component.method_46278(PacketByteBuf packetByteBuf) static voidmethod_46279(PacketByteBuf packetByteBuf, MessageSignatureData.class_7819 class_7819) method_46280(MessageSignatureData.class_7821 class_7821) final StringtoString()Returns a string representation of this record class.
-
Field Details
-
id
private final int idThe field for theidrecord component. -
fullSignature
The field for thefullSignaturerecord component. -
field_40684
public static final int field_40684- See Also:
- Mappings:
Namespace Name Mixin selector official aLst$a;a:Iintermediary field_40684Lnet/minecraft/class_7469$class_7819;field_40684:Inamed field_40684Lnet/minecraft/network/message/MessageSignatureData$class_7819;field_40684:I
-
-
Constructor Details
-
class_7819
-
class_7819
public class_7819(int int2) -
class_7819
-
-
Method Details
-
method_46278
- Mappings:
Namespace Name Mixin selector official aLst$a;a(Lrt;)Lst$a;intermediary method_46278Lnet/minecraft/class_7469$class_7819;method_46278(Lnet/minecraft/class_2540;)Lnet/minecraft/class_7469$class_7819;named method_46278Lnet/minecraft/network/message/MessageSignatureData$class_7819;method_46278(Lnet/minecraft/network/PacketByteBuf;)Lnet/minecraft/network/message/MessageSignatureData$class_7819;
-
method_46279
public static void method_46279(PacketByteBuf packetByteBuf, MessageSignatureData.class_7819 class_7819) - Mappings:
Namespace Name Mixin selector official aLst$a;a(Lrt;Lst$a;)Vintermediary method_46279Lnet/minecraft/class_7469$class_7819;method_46279(Lnet/minecraft/class_2540;Lnet/minecraft/class_7469$class_7819;)Vnamed method_46279Lnet/minecraft/network/message/MessageSignatureData$class_7819;method_46279(Lnet/minecraft/network/PacketByteBuf;Lnet/minecraft/network/message/MessageSignatureData$class_7819;)V
-
method_46280
- Mappings:
Namespace Name Mixin selector official aLst$a;a(Lst$c;)Ljava/util/Optional;intermediary method_46280Lnet/minecraft/class_7469$class_7819;method_46280(Lnet/minecraft/class_7469$class_7821;)Ljava/util/Optional;named method_46280Lnet/minecraft/network/message/MessageSignatureData$class_7819;method_46280(Lnet/minecraft/network/message/MessageSignatureData$class_7821;)Ljava/util/Optional;
-
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 '=='. -
id
public int id()Returns the value of theidrecord component.- Returns:
- the value of the
idrecord component
-
fullSignature
Returns the value of thefullSignaturerecord component.- Returns:
- the value of the
fullSignaturerecord component
-