Record Class LoginQueryRequestS2CPacket
java.lang.Object
java.lang.Record
net.minecraft.network.packet.s2c.login.LoginQueryRequestS2CPacket
- Record Components:
- queryId-
- payload-
- All Implemented Interfaces:
- Packet<ClientLoginPacketListener>
public record LoginQueryRequestS2CPacket(int queryId, LoginQueryRequestPayload payload)
extends Record
implements Packet<ClientLoginPacketListener>
- Mappings:
- Namespace - Name - named - net/minecraft/network/packet/s2c/login/LoginQueryRequestS2CPacket- intermediary - net/minecraft/class_2899- official - air- named - queryId- intermediary - comp_1567- official - b- named - payload- intermediary - comp_1568- official - c
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final PacketCodec<PacketByteBuf, LoginQueryRequestS2CPacket> private static final intprivate final LoginQueryRequestPayloadThe field for thepayloadrecord component.private final intThe field for thequeryIdrecord component.
- 
Constructor SummaryConstructorsModifierConstructorDescriptionLoginQueryRequestS2CPacket(int queryId, LoginQueryRequestPayload loginQueryRequestPayload) private
- 
Method SummaryModifier and TypeMethodDescriptionvoidapply(ClientLoginPacketListener clientLoginPacketListener) final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.payload()Returns the value of thepayloadrecord component.intqueryId()Returns the value of thequeryIdrecord component.private static LoginQueryRequestPayloadreadPayload(Identifier id, PacketByteBuf buf) private static UnknownLoginQueryRequestPayloadreadUnknownPayload(Identifier id, PacketByteBuf buf) final StringtoString()Returns a string representation of this record class.private voidwrite(PacketByteBuf buf) Methods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface net.minecraft.network.packet.PacketisWritingErrorSkippable, transitionsNetworkState
- 
Field Details- 
queryIdprivate final int queryIdThe field for thequeryIdrecord component.
- 
payloadThe field for thepayloadrecord component.
- 
CODEC- Mappings:
- Namespace - Name - Mixin selector - named - CODEC- Lnet/minecraft/network/packet/s2c/login/LoginQueryRequestS2CPacket;CODEC:Lnet/minecraft/network/codec/PacketCodec;- intermediary - field_48232- Lnet/minecraft/class_2899;field_48232:Lnet/minecraft/class_9139;- official - a- Lair;a:Lyn;
 
- 
MAX_PAYLOAD_SIZEprivate static final int MAX_PAYLOAD_SIZE- See Also:
- Mappings:
- Namespace - Name - Mixin selector - named - MAX_PAYLOAD_SIZE- Lnet/minecraft/network/packet/s2c/login/LoginQueryRequestS2CPacket;MAX_PAYLOAD_SIZE:I- intermediary - field_33373- Lnet/minecraft/class_2899;field_33373:I- official - d- Lair;d:I
 
 
- 
- 
Constructor Details- 
LoginQueryRequestS2CPacket- Mappings:
- Namespace - Name - Mixin selector - named - <init>- Lnet/minecraft/network/packet/s2c/login/LoginQueryRequestS2CPacket;<init>(Lnet/minecraft/network/PacketByteBuf;)V- intermediary - <init>- Lnet/minecraft/class_2899;<init>(Lnet/minecraft/class_2540;)V- official - <init>- Lair;<init>(Lvl;)V
 
- 
LoginQueryRequestS2CPacket- Mappings:
- Namespace - Name - Mixin selector - named - <init>- Lnet/minecraft/network/packet/s2c/login/LoginQueryRequestS2CPacket;<init>(ILnet/minecraft/network/packet/s2c/login/LoginQueryRequestPayload;)V- intermediary - <init>- Lnet/minecraft/class_2899;<init>(ILnet/minecraft/class_8595;)V- official - <init>- Lair;<init>(ILaje;)V
 
 
- 
- 
Method Details- 
readPayload- Mappings:
- Namespace - Name - Mixin selector - named - readPayload- Lnet/minecraft/network/packet/s2c/login/LoginQueryRequestS2CPacket;readPayload(Lnet/minecraft/util/Identifier;Lnet/minecraft/network/PacketByteBuf;)Lnet/minecraft/network/packet/s2c/login/LoginQueryRequestPayload;- intermediary - method_52287- Lnet/minecraft/class_2899;method_52287(Lnet/minecraft/class_2960;Lnet/minecraft/class_2540;)Lnet/minecraft/class_8595;- official - a- Lair;a(Lakv;Lvl;)Laje;
 
- 
readUnknownPayload- Mappings:
- Namespace - Name - Mixin selector - named - readUnknownPayload- Lnet/minecraft/network/packet/s2c/login/LoginQueryRequestS2CPacket;readUnknownPayload(Lnet/minecraft/util/Identifier;Lnet/minecraft/network/PacketByteBuf;)Lnet/minecraft/network/packet/s2c/login/UnknownLoginQueryRequestPayload;- intermediary - method_52288- Lnet/minecraft/class_2899;method_52288(Lnet/minecraft/class_2960;Lnet/minecraft/class_2540;)Lnet/minecraft/class_8597;- official - b- Lair;b(Lakv;Lvl;)Lajg;
 
- 
write- Mappings:
- Namespace - Name - Mixin selector - named - write- Lnet/minecraft/network/packet/s2c/login/LoginQueryRequestS2CPacket;write(Lnet/minecraft/network/PacketByteBuf;)V- intermediary - method_56010- Lnet/minecraft/class_2899;method_56010(Lnet/minecraft/class_2540;)V- official - a- Lair;a(Lvl;)V
 
- 
getPacketType- Specified by:
- getPacketTypein interface- Packet<ClientLoginPacketListener>
- Mappings:
- Namespace - Name - Mixin selector - named - getPacketType- Lnet/minecraft/network/packet/Packet;getPacketType()Lnet/minecraft/network/packet/PacketType;- intermediary - method_65080- Lnet/minecraft/class_2596;method_65080()Lnet/minecraft/class_9145;- official - a- Lyw;a()Lyy;
 
- 
apply- Specified by:
- applyin interface- Packet<ClientLoginPacketListener>
- Mappings:
- Namespace - Name - Mixin selector - named - apply- Lnet/minecraft/network/packet/s2c/login/LoginQueryRequestS2CPacket;apply(Lnet/minecraft/network/listener/ClientLoginPacketListener;)V- intermediary - method_12591- Lnet/minecraft/class_2899;method_12591(Lnet/minecraft/class_2896;)V- official - a- Lair;a(Laiq;)V
 
- 
toStringReturns 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.
- 
hashCodepublic 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.
- 
equalsIndicates 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 '=='.
- 
queryIdpublic int queryId()Returns the value of thequeryIdrecord component.- Returns:
- the value of the queryIdrecord component
 
- 
payloadReturns the value of thepayloadrecord component.- Returns:
- the value of the payloadrecord component
 
 
-