Class LoginQueryResponseC2SPacket
java.lang.Object
net.minecraft.network.packet.c2s.login.LoginQueryResponseC2SPacket
- All Implemented Interfaces:
Packet<ServerLoginPacketListener>
public class LoginQueryResponseC2SPacket extends Object implements Packet<ServerLoginPacketListener>
- Mappings:
Namespace Name official vl
intermediary net/minecraft/class_2913
named net/minecraft/network/packet/c2s/login/LoginQueryResponseC2SPacket
-
Field Summary
Fields Modifier and Type Field Description private static int
field_33374
private int
queryId
private PacketByteBuf
response
-
Constructor Summary
Constructors Constructor Description LoginQueryResponseC2SPacket(int queryId, @Nullable PacketByteBuf response)
LoginQueryResponseC2SPacket(PacketByteBuf buf)
-
Method Summary
Modifier and Type Method Description void
apply(ServerLoginPacketListener serverLoginPacketListener)
int
method_36178()
PacketByteBuf
method_36179()
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
-
field_33374
private static final int field_33374- See Also:
- Constant Field Values
- Mappings:
Namespace Name Mixin selector official a
Lvl;a:I
intermediary field_33374
Lnet/minecraft/class_2913;field_33374:I
named field_33374
Lnet/minecraft/network/packet/c2s/login/LoginQueryResponseC2SPacket;field_33374:I
-
queryId
private final int queryId- Mappings:
Namespace Name Mixin selector official b
Lvl;b:I
intermediary field_13259
Lnet/minecraft/class_2913;field_13259:I
named queryId
Lnet/minecraft/network/packet/c2s/login/LoginQueryResponseC2SPacket;queryId:I
-
response
- Mappings:
Namespace Name Mixin selector official c
Lvl;c:Lob;
intermediary field_13258
Lnet/minecraft/class_2913;field_13258:Lnet/minecraft/class_2540;
named response
Lnet/minecraft/network/packet/c2s/login/LoginQueryResponseC2SPacket;response:Lnet/minecraft/network/PacketByteBuf;
-
-
Constructor Details
-
LoginQueryResponseC2SPacket
- Mappings:
Namespace Name Mixin selector official <init>
Lvl;<init>(ILob;)V
intermediary <init>
Lnet/minecraft/class_2913;<init>(ILnet/minecraft/class_2540;)V
named <init>
Lnet/minecraft/network/packet/c2s/login/LoginQueryResponseC2SPacket;<init>(ILnet/minecraft/network/PacketByteBuf;)V
-
LoginQueryResponseC2SPacket
- Mappings:
Namespace Name Mixin selector official <init>
Lvl;<init>(Lob;)V
intermediary <init>
Lnet/minecraft/class_2913;<init>(Lnet/minecraft/class_2540;)V
named <init>
Lnet/minecraft/network/packet/c2s/login/LoginQueryResponseC2SPacket;<init>(Lnet/minecraft/network/PacketByteBuf;)V
-
-
Method Details
-
write
- Specified by:
write
in interfacePacket<ServerLoginPacketListener>
- Mappings:
Namespace Name Mixin selector official a
Lpf;a(Lob;)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<ServerLoginPacketListener>
- Mappings:
Namespace Name Mixin selector official a
Lvl;a(Lvk;)V
intermediary method_12645
Lnet/minecraft/class_2913;method_12645(Lnet/minecraft/class_2911;)V
named apply
Lnet/minecraft/network/packet/c2s/login/LoginQueryResponseC2SPacket;apply(Lnet/minecraft/network/listener/ServerLoginPacketListener;)V
-
method_36178
public int method_36178()- Mappings:
Namespace Name Mixin selector official b
Lvl;b()I
intermediary method_36178
Lnet/minecraft/class_2913;method_36178()I
named method_36178
Lnet/minecraft/network/packet/c2s/login/LoginQueryResponseC2SPacket;method_36178()I
-
method_36179
- Mappings:
Namespace Name Mixin selector official c
Lvl;c()Lob;
intermediary method_36179
Lnet/minecraft/class_2913;method_36179()Lnet/minecraft/class_2540;
named method_36179
Lnet/minecraft/network/packet/c2s/login/LoginQueryResponseC2SPacket;method_36179()Lnet/minecraft/network/PacketByteBuf;
-