Class LoginHelloC2SPacket
java.lang.Object
net.minecraft.network.Packet
net.minecraft.network.packet.c2s.login.LoginHelloC2SPacket
- Mappings:
Namespace Name official jjintermediary net/minecraft/class_2077named net/minecraft/network/packet/c2s/login/LoginHelloC2SPacket
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidapply(ServerLoginPacketListener serverLoginPacketListener) com.mojang.authlib.GameProfilevoidread(PacketByteBuf buf) voidwrite(PacketByteBuf buf) Methods inherited from class net.minecraft.network.Packet
apply, method_7533, method_7534, method_7536, method_7537, method_7538, toString
-
Field Details
-
profile
private com.mojang.authlib.GameProfile profile- Mappings:
Namespace Name Mixin selector official aLjj;a:Lcom/mojang/authlib/GameProfile;intermediary field_8843Lnet/minecraft/class_2077;field_8843:Lcom/mojang/authlib/GameProfile;named profileLnet/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>Ljj;<init>(Lcom/mojang/authlib/GameProfile;)Vintermediary <init>Lnet/minecraft/class_2077;<init>(Lcom/mojang/authlib/GameProfile;)Vnamed <init>Lnet/minecraft/network/packet/c2s/login/LoginHelloC2SPacket;<init>(Lcom/mojang/authlib/GameProfile;)V
-
-
Method Details
-
read
-
write
-
apply
- Mappings:
Namespace Name Mixin selector official aLjj;a(Lji;)Vintermediary method_8058Lnet/minecraft/class_2077;method_8058(Lnet/minecraft/class_2076;)Vnamed applyLnet/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 cLjj;c()Lcom/mojang/authlib/GameProfile;intermediary method_8059Lnet/minecraft/class_2077;method_8059()Lcom/mojang/authlib/GameProfile;named getProfileLnet/minecraft/network/packet/c2s/login/LoginHelloC2SPacket;getProfile()Lcom/mojang/authlib/GameProfile;
-