Class LoginSuccessS2CPacket
java.lang.Object
net.minecraft.network.packet.s2c.login.LoginSuccessS2CPacket
- All Implemented Interfaces:
- Packet<ClientLoginPacketListener>
- Mappings:
- Namespace - Name - official - abg- intermediary - net/minecraft/class_2901- named - net/minecraft/network/packet/s2c/login/LoginSuccessS2CPacket
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidapply(ClientLoginPacketListener clientLoginPacketListener) com.mojang.authlib.GameProfilevoidwrite(PacketByteBuf buf) Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.network.packet.PacketisWritingErrorSkippable
- 
Field Details- 
profileprivate final com.mojang.authlib.GameProfile profile- Mappings:
- Namespace - Name - Mixin selector - official - a- Labg;a:Lcom/mojang/authlib/GameProfile;- intermediary - field_13190- Lnet/minecraft/class_2901;field_13190:Lcom/mojang/authlib/GameProfile;- named - profile- Lnet/minecraft/network/packet/s2c/login/LoginSuccessS2CPacket;profile:Lcom/mojang/authlib/GameProfile;
 
 
- 
- 
Constructor Details- 
LoginSuccessS2CPacketpublic LoginSuccessS2CPacket(com.mojang.authlib.GameProfile profile) - Mappings:
- Namespace - Name - Mixin selector - official - <init>- Labg;<init>(Lcom/mojang/authlib/GameProfile;)V- intermediary - <init>- Lnet/minecraft/class_2901;<init>(Lcom/mojang/authlib/GameProfile;)V- named - <init>- Lnet/minecraft/network/packet/s2c/login/LoginSuccessS2CPacket;<init>(Lcom/mojang/authlib/GameProfile;)V
 
- 
LoginSuccessS2CPacket- Mappings:
- Namespace - Name - Mixin selector - official - <init>- Labg;<init>(Lsf;)V- intermediary - <init>- Lnet/minecraft/class_2901;<init>(Lnet/minecraft/class_2540;)V- named - <init>- Lnet/minecraft/network/packet/s2c/login/LoginSuccessS2CPacket;<init>(Lnet/minecraft/network/PacketByteBuf;)V
 
 
- 
- 
Method Details- 
write- Specified by:
- writein interface- Packet<ClientLoginPacketListener>
- Mappings:
- Namespace - Name - Mixin selector - official - a- Luo;a(Lsf;)V- intermediary - method_11052- Lnet/minecraft/class_2596;method_11052(Lnet/minecraft/class_2540;)V- named - write- Lnet/minecraft/network/packet/Packet;write(Lnet/minecraft/network/PacketByteBuf;)V
 
- 
apply- Specified by:
- applyin interface- Packet<ClientLoginPacketListener>
- Mappings:
- Namespace - Name - Mixin selector - official - a- Labg;a(Labe;)V- intermediary - method_12594- Lnet/minecraft/class_2901;method_12594(Lnet/minecraft/class_2896;)V- named - apply- Lnet/minecraft/network/packet/s2c/login/LoginSuccessS2CPacket;apply(Lnet/minecraft/network/listener/ClientLoginPacketListener;)V
 
- 
getProfilepublic com.mojang.authlib.GameProfile getProfile()- Mappings:
- Namespace - Name - Mixin selector - official - a- Labg;a()Lcom/mojang/authlib/GameProfile;- intermediary - method_12593- Lnet/minecraft/class_2901;method_12593()Lcom/mojang/authlib/GameProfile;- named - getProfile- Lnet/minecraft/network/packet/s2c/login/LoginSuccessS2CPacket;getProfile()Lcom/mojang/authlib/GameProfile;
 
 
-