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 vfintermediary net/minecraft/class_2899named net/minecraft/network/packet/s2c/login/LoginQueryRequestS2CPacket
-
Field Summary
Fields Modifier and Type Field Description private Identifierchannelprivate static intfield_33373private PacketByteBufpayloadprivate intqueryId -
Constructor Summary
Constructors Constructor Description LoginQueryRequestS2CPacket(int int2, Identifier identifier, PacketByteBuf packetByteBuf)LoginQueryRequestS2CPacket(PacketByteBuf buf) -
Method Summary
Modifier and Type Method Description voidapply(ClientLoginPacketListener clientLoginPacketListener)intgetQueryId()Identifiermethod_36176()PacketByteBufmethod_36177()voidwrite(PacketByteBuf buf)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.network.Packet
isWritingErrorSkippable
-
Field Details
-
field_33373
private static final int field_33373- See Also:
- Constant Field Values
- Mappings:
Namespace Name Mixin selector official aLvf;a:Iintermediary field_33373Lnet/minecraft/class_2899;field_33373:Inamed field_33373Lnet/minecraft/network/packet/s2c/login/LoginQueryRequestS2CPacket;field_33373:I
-
queryId
private final int queryId- Mappings:
Namespace Name Mixin selector official bLvf;b:Iintermediary field_13188Lnet/minecraft/class_2899;field_13188:Inamed queryIdLnet/minecraft/network/packet/s2c/login/LoginQueryRequestS2CPacket;queryId:I
-
channel
- Mappings:
Namespace Name Mixin selector official cLvf;c:Lwp;intermediary field_13187Lnet/minecraft/class_2899;field_13187:Lnet/minecraft/class_2960;named channelLnet/minecraft/network/packet/s2c/login/LoginQueryRequestS2CPacket;channel:Lnet/minecraft/util/Identifier;
-
payload
- Mappings:
Namespace Name Mixin selector official dLvf;d:Lob;intermediary field_13189Lnet/minecraft/class_2899;field_13189:Lnet/minecraft/class_2540;named payloadLnet/minecraft/network/packet/s2c/login/LoginQueryRequestS2CPacket;payload:Lnet/minecraft/network/PacketByteBuf;
-
-
Constructor Details
-
LoginQueryRequestS2CPacket
-
LoginQueryRequestS2CPacket
- Mappings:
Namespace Name Mixin selector official <init>Lvf;<init>(Lob;)Vintermediary <init>Lnet/minecraft/class_2899;<init>(Lnet/minecraft/class_2540;)Vnamed <init>Lnet/minecraft/network/packet/s2c/login/LoginQueryRequestS2CPacket;<init>(Lnet/minecraft/network/PacketByteBuf;)V
-
-
Method Details
-
write
- Specified by:
writein interfacePacket<ClientLoginPacketListener>- Mappings:
Namespace Name Mixin selector official aLpf;a(Lob;)Vintermediary method_11052Lnet/minecraft/class_2596;method_11052(Lnet/minecraft/class_2540;)Vnamed writeLnet/minecraft/network/Packet;write(Lnet/minecraft/network/PacketByteBuf;)V
-
apply
- Specified by:
applyin interfacePacket<ClientLoginPacketListener>- Mappings:
Namespace Name Mixin selector official aLvf;a(Lve;)Vintermediary method_12591Lnet/minecraft/class_2899;method_12591(Lnet/minecraft/class_2896;)Vnamed applyLnet/minecraft/network/packet/s2c/login/LoginQueryRequestS2CPacket;apply(Lnet/minecraft/network/listener/ClientLoginPacketListener;)V
-
getQueryId
public int getQueryId()- Mappings:
Namespace Name Mixin selector official bLvf;b()Iintermediary method_12592Lnet/minecraft/class_2899;method_12592()Inamed getQueryIdLnet/minecraft/network/packet/s2c/login/LoginQueryRequestS2CPacket;getQueryId()I
-
method_36176
- Mappings:
Namespace Name Mixin selector official cLvf;c()Lwp;intermediary method_36176Lnet/minecraft/class_2899;method_36176()Lnet/minecraft/class_2960;named method_36176Lnet/minecraft/network/packet/s2c/login/LoginQueryRequestS2CPacket;method_36176()Lnet/minecraft/util/Identifier;
-
method_36177
- Mappings:
Namespace Name Mixin selector official dLvf;d()Lob;intermediary method_36177Lnet/minecraft/class_2899;method_36177()Lnet/minecraft/class_2540;named method_36177Lnet/minecraft/network/packet/s2c/login/LoginQueryRequestS2CPacket;method_36177()Lnet/minecraft/network/PacketByteBuf;
-