Class LoginQueryRequestS2CPacket
java.lang.Object
net.minecraft.network.packet.s2c.login.LoginQueryRequestS2CPacket
- All Implemented Interfaces:
Packet<ClientLoginPacketListener>
public class LoginQueryRequestS2CPacket extends Object implements Packet<ClientLoginPacketListener>
- Mappings:
Namespace Name official vb
intermediary net/minecraft/class_2899
named net/minecraft/network/packet/s2c/login/LoginQueryRequestS2CPacket
-
Field Summary
Fields Modifier and Type Field Description private Identifier
channel
private PacketByteBuf
payload
private int
queryId
-
Constructor Summary
Constructors Constructor Description LoginQueryRequestS2CPacket(PacketByteBuf buf)
-
Method Summary
Modifier and Type Method Description void
apply(ClientLoginPacketListener clientLoginPacketListener)
int
getQueryId()
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
isWritingErrorSkippable
-
Field Details
-
queryId
private final int queryId- Mappings:
Namespace Name Mixin selector official a
Lvb;a: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 b
Lvb;b:Lwl;
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 c
Lvb;c:Lnx;
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>
Lvb;<init>(Lnx;)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
Lpb;a(Lnx;)V
intermediary method_11052
Lnet/minecraft/class_2596;method_11052(Lnet/minecraft/class_2540;)V
named write
Lnet/minecraft/network/Packet;write(Lnet/minecraft/network/PacketByteBuf;)V
-
apply
- Specified by:
apply
in interfacePacket<ClientLoginPacketListener>
- Mappings:
Namespace Name Mixin selector official a
Lvb;a(Lva;)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
- Mappings:
Namespace Name Mixin selector official b
Lvb;b()I
intermediary method_12592
Lnet/minecraft/class_2899;method_12592()I
named getQueryId
Lnet/minecraft/network/packet/s2c/login/LoginQueryRequestS2CPacket;getQueryId()I
-