Class LoginQueryRequestS2CPacket
java.lang.Object
net.minecraft.network.packet.s2c.login.LoginQueryRequestS2CPacket
- All Implemented Interfaces:
Packet<ClientLoginPacketListener>
- Mappings:
Namespace Name official abs
intermediary net/minecraft/class_2899
named net/minecraft/network/packet/s2c/login/LoginQueryRequestS2CPacket
-
Field Summary
Modifier and TypeFieldDescriptionprivate final Identifier
private static final int
private final PacketByteBuf
private final int
-
Constructor Summary
ConstructorDescriptionLoginQueryRequestS2CPacket
(int queryId, Identifier channel, PacketByteBuf payload) -
Method Summary
Modifier and TypeMethodDescriptionvoid
apply
(ClientLoginPacketListener clientLoginPacketListener) int
void
write
(PacketByteBuf buf) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.network.packet.Packet
isWritingErrorSkippable
-
Field Details
-
MAX_PAYLOAD_SIZE
private static final int MAX_PAYLOAD_SIZE- See Also:
- Mappings:
Namespace Name Mixin selector official a
Labs;a:I
intermediary field_33373
Lnet/minecraft/class_2899;field_33373:I
named MAX_PAYLOAD_SIZE
Lnet/minecraft/network/packet/s2c/login/LoginQueryRequestS2CPacket;MAX_PAYLOAD_SIZE:I
-
queryId
private final int queryId- Mappings:
Namespace Name Mixin selector official b
Labs;b:I
intermediary field_13188
Lnet/minecraft/class_2899;field_13188:I
named queryId
Lnet/minecraft/network/packet/s2c/login/LoginQueryRequestS2CPacket;queryId:I
-
channel
- Mappings:
Namespace Name Mixin selector official c
Labs;c:Ladd;
intermediary field_13187
Lnet/minecraft/class_2899;field_13187:Lnet/minecraft/class_2960;
named channel
Lnet/minecraft/network/packet/s2c/login/LoginQueryRequestS2CPacket;channel:Lnet/minecraft/util/Identifier;
-
payload
- Mappings:
Namespace Name Mixin selector official d
Labs;d:Lss;
intermediary field_13189
Lnet/minecraft/class_2899;field_13189:Lnet/minecraft/class_2540;
named payload
Lnet/minecraft/network/packet/s2c/login/LoginQueryRequestS2CPacket;payload:Lnet/minecraft/network/PacketByteBuf;
-
-
Constructor Details
-
LoginQueryRequestS2CPacket
- Mappings:
Namespace Name Mixin selector official <init>
Labs;<init>(ILadd;Lss;)V
intermediary <init>
Lnet/minecraft/class_2899;<init>(ILnet/minecraft/class_2960;Lnet/minecraft/class_2540;)V
named <init>
Lnet/minecraft/network/packet/s2c/login/LoginQueryRequestS2CPacket;<init>(ILnet/minecraft/util/Identifier;Lnet/minecraft/network/PacketByteBuf;)V
-
LoginQueryRequestS2CPacket
- Mappings:
Namespace Name Mixin selector official <init>
Labs;<init>(Lss;)V
intermediary <init>
Lnet/minecraft/class_2899;<init>(Lnet/minecraft/class_2540;)V
named <init>
Lnet/minecraft/network/packet/s2c/login/LoginQueryRequestS2CPacket;<init>(Lnet/minecraft/network/PacketByteBuf;)V
-
-
Method Details
-
write
- Specified by:
write
in interfacePacket<ClientLoginPacketListener>
- Mappings:
Namespace Name Mixin selector official a
Lvb;a(Lss;)V
intermediary method_11052
Lnet/minecraft/class_2596;method_11052(Lnet/minecraft/class_2540;)V
named write
Lnet/minecraft/network/packet/Packet;write(Lnet/minecraft/network/PacketByteBuf;)V
-
apply
- Specified by:
apply
in interfacePacket<ClientLoginPacketListener>
- Mappings:
Namespace Name Mixin selector official a
Labs;a(Labr;)V
intermediary method_12591
Lnet/minecraft/class_2899;method_12591(Lnet/minecraft/class_2896;)V
named apply
Lnet/minecraft/network/packet/s2c/login/LoginQueryRequestS2CPacket;apply(Lnet/minecraft/network/listener/ClientLoginPacketListener;)V
-
getQueryId
public int getQueryId()- Mappings:
Namespace Name Mixin selector official a
Labs;a()I
intermediary method_12592
Lnet/minecraft/class_2899;method_12592()I
named getQueryId
Lnet/minecraft/network/packet/s2c/login/LoginQueryRequestS2CPacket;getQueryId()I
-
getChannel
- Mappings:
Namespace Name Mixin selector official c
Labs;c()Ladd;
intermediary method_36176
Lnet/minecraft/class_2899;method_36176()Lnet/minecraft/class_2960;
named getChannel
Lnet/minecraft/network/packet/s2c/login/LoginQueryRequestS2CPacket;getChannel()Lnet/minecraft/util/Identifier;
-
getPayload
- Mappings:
Namespace Name Mixin selector official d
Labs;d()Lss;
intermediary method_36177
Lnet/minecraft/class_2899;method_36177()Lnet/minecraft/class_2540;
named getPayload
Lnet/minecraft/network/packet/s2c/login/LoginQueryRequestS2CPacket;getPayload()Lnet/minecraft/network/PacketByteBuf;
-