Class LoginHelloC2SPacket
java.lang.Object
net.minecraft.network.packet.c2s.login.LoginHelloC2SPacket
- All Implemented Interfaces:
Packet<ServerLoginPacketListener>
- Mappings:
Namespace Name official jyintermediary 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)
-
Field Details
-
profile
private com.mojang.authlib.GameProfile profile- Mappings:
Namespace Name Mixin selector official aLjy;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>Ljy;<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
- Specified by:
readin interfacePacket<ServerLoginPacketListener>- Throws:
IOException- Mappings:
Namespace Name Mixin selector official aLfm;a(Let;)Vintermediary method_7535Lnet/minecraft/class_700;method_7535(Lnet/minecraft/class_1967;)Vnamed readLnet/minecraft/network/Packet;read(Lnet/minecraft/util/PacketByteBuf;)V
-
write
- Specified by:
writein interfacePacket<ServerLoginPacketListener>- Throws:
IOException- Mappings:
Namespace Name Mixin selector official bLfm;b(Let;)Vintermediary method_7539Lnet/minecraft/class_700;method_7539(Lnet/minecraft/class_1967;)Vnamed writeLnet/minecraft/network/Packet;write(Lnet/minecraft/util/PacketByteBuf;)V
-
apply
- Specified by:
applyin interfacePacket<ServerLoginPacketListener>- Mappings:
Namespace Name Mixin selector official aLjy;a(Ljx;)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 aLjy;a()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;
-