Class LoginSuccessS2CPacket
java.lang.Object
net.minecraft.network.Packet
net.minecraft.network.packet.s2c.login.LoginSuccessS2CPacket
- Mappings:
Namespace Name official jfintermediary net/minecraft/class_2074named net/minecraft/network/packet/s2c/login/LoginSuccessS2CPacket
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidapply(ClientLoginPacketListener clientLoginPacketListener) booleanvoidread(PacketByteBuf buf) voidwrite(PacketByteBuf buf) Methods inherited from class net.minecraft.network.Packet
apply, method_7534, method_7536, method_7537, method_7538, toString
-
Field Details
-
profile
private com.mojang.authlib.GameProfile profile- Mappings:
Namespace Name Mixin selector official aLjf;a:Lcom/mojang/authlib/GameProfile;intermediary field_8841Lnet/minecraft/class_2074;field_8841:Lcom/mojang/authlib/GameProfile;named profileLnet/minecraft/network/packet/s2c/login/LoginSuccessS2CPacket;profile:Lcom/mojang/authlib/GameProfile;
-
-
Constructor Details
-
LoginSuccessS2CPacket
public LoginSuccessS2CPacket() -
LoginSuccessS2CPacket
public LoginSuccessS2CPacket(com.mojang.authlib.GameProfile profile) - Mappings:
Namespace Name Mixin selector official <init>Ljf;<init>(Lcom/mojang/authlib/GameProfile;)Vintermediary <init>Lnet/minecraft/class_2074;<init>(Lcom/mojang/authlib/GameProfile;)Vnamed <init>Lnet/minecraft/network/packet/s2c/login/LoginSuccessS2CPacket;<init>(Lcom/mojang/authlib/GameProfile;)V
-
-
Method Details
-
read
-
write
-
apply
- Mappings:
Namespace Name Mixin selector official aLjf;a(Lje;)Vintermediary method_8052Lnet/minecraft/class_2074;method_8052(Lnet/minecraft/class_2073;)Vnamed applyLnet/minecraft/network/packet/s2c/login/LoginSuccessS2CPacket;apply(Lnet/minecraft/network/listener/ClientLoginPacketListener;)V
-
method_7533
public boolean method_7533()- Overrides:
method_7533in classPacket- Mappings:
Namespace Name Mixin selector official aLfj;a()Zintermediary method_7533Lnet/minecraft/class_700;method_7533()Znamed method_7533Lnet/minecraft/network/Packet;method_7533()Z
-