Class LoginHelloC2SPacket
java.lang.Object
net.minecraft.network.packet.c2s.login.LoginHelloC2SPacket
- All Implemented Interfaces:
Packet<ServerLoginPacketListener>
public class LoginHelloC2SPacket extends Object implements Packet<ServerLoginPacketListener>
- Mappings:
Namespace Name official uy
intermediary net/minecraft/class_2915
named net/minecraft/network/packet/c2s/login/LoginHelloC2SPacket
-
Field Summary
Fields Modifier and Type Field Description private com.mojang.authlib.GameProfile
profile
-
Constructor Summary
Constructors Constructor Description LoginHelloC2SPacket()
LoginHelloC2SPacket(com.mojang.authlib.GameProfile profile)
-
Method Summary
Modifier and Type Method Description void
apply(ServerLoginPacketListener serverLoginPacketListener)
com.mojang.authlib.GameProfile
getProfile()
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
-
profile
private com.mojang.authlib.GameProfile profile- Mappings:
Namespace Name Mixin selector official a
Luy;a:Lcom/mojang/authlib/GameProfile;
intermediary field_13271
Lnet/minecraft/class_2915;field_13271:Lcom/mojang/authlib/GameProfile;
named profile
Lnet/minecraft/network/packet/c2s/login/LoginHelloC2SPacket;profile:Lcom/mojang/authlib/GameProfile;
-
-
Constructor Details
-
LoginHelloC2SPacket
public LoginHelloC2SPacket() -
LoginHelloC2SPacket
public LoginHelloC2SPacket(com.mojang.authlib.GameProfile profile)- Mappings:
Namespace Name Mixin selector official <init>
Luy;<init>(Lcom/mojang/authlib/GameProfile;)V
intermediary <init>
Lnet/minecraft/class_2915;<init>(Lcom/mojang/authlib/GameProfile;)V
named <init>
Lnet/minecraft/network/packet/c2s/login/LoginHelloC2SPacket;<init>(Lcom/mojang/authlib/GameProfile;)V
-
-
Method Details
-
read
- Specified by:
read
in interfacePacket<ServerLoginPacketListener>
- 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<ServerLoginPacketListener>
- 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<ServerLoginPacketListener>
- Mappings:
Namespace Name Mixin selector official a
Luy;a(Luw;)V
intermediary method_12649
Lnet/minecraft/class_2915;method_12649(Lnet/minecraft/class_2911;)V
named apply
Lnet/minecraft/network/packet/c2s/login/LoginHelloC2SPacket;apply(Lnet/minecraft/network/listener/ServerLoginPacketListener;)V
-
getProfile
public com.mojang.authlib.GameProfile getProfile()- Mappings:
Namespace Name Mixin selector official b
Luy;b()Lcom/mojang/authlib/GameProfile;
intermediary method_12650
Lnet/minecraft/class_2915;method_12650()Lcom/mojang/authlib/GameProfile;
named getProfile
Lnet/minecraft/network/packet/c2s/login/LoginHelloC2SPacket;getProfile()Lcom/mojang/authlib/GameProfile;
-