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 ur
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()
-
Method Summary
Modifier and Type Method Description void
apply(ClientLoginPacketListener clientLoginPacketListener)
int
getQueryId()
void
read(PacketByteBuf buf)
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 int queryId- Mappings:
Namespace Name Mixin selector official a
Lur;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
Lur;b:Lwb;
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
Lur;c:Lnw;
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
public LoginQueryRequestS2CPacket()
-
-
Method Details
-
read
- Specified by:
read
in interfacePacket<ClientLoginPacketListener>
- Throws:
IOException
- Mappings:
Namespace Name Mixin selector official a
Lpa;a(Lnw;)V
intermediary method_11053
Lnet/minecraft/class_2596;method_11053(Lnet/minecraft/class_2540;)V
named read
Lnet/minecraft/network/Packet;read(Lnet/minecraft/network/PacketByteBuf;)V
-
write
- Specified by:
write
in interfacePacket<ClientLoginPacketListener>
- Throws:
IOException
- Mappings:
Namespace Name Mixin selector official b
Lpa;b(Lnw;)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
Lur;a(Luq;)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
Lur;b()I
intermediary method_12592
Lnet/minecraft/class_2899;method_12592()I
named getQueryId
Lnet/minecraft/network/packet/s2c/login/LoginQueryRequestS2CPacket;getQueryId()I
-