Class LoginHelloC2SPacket
java.lang.Object
net.minecraft.network.packet.c2s.login.LoginHelloC2SPacket
- All Implemented Interfaces:
Packet<ServerLoginPacketListener>
- Mappings:
Namespace Name official vtintermediary net/minecraft/class_2915named net/minecraft/network/packet/c2s/login/LoginHelloC2SPacket
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidapply(ServerLoginPacketListener serverLoginPacketListener)com.mojang.authlib.GameProfilevoidwrite(PacketByteBuf buf)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.network.Packet
isWritingErrorSkippable
-
Field Details
-
profile
private final com.mojang.authlib.GameProfile profile- Mappings:
Namespace Name Mixin selector official aLvt;a:Lcom/mojang/authlib/GameProfile;intermediary field_13271Lnet/minecraft/class_2915;field_13271:Lcom/mojang/authlib/GameProfile;named profileLnet/minecraft/network/packet/c2s/login/LoginHelloC2SPacket;profile:Lcom/mojang/authlib/GameProfile;
-
-
Constructor Details
-
LoginHelloC2SPacket
public LoginHelloC2SPacket(com.mojang.authlib.GameProfile profile)- Mappings:
Namespace Name Mixin selector official <init>Lvt;<init>(Lcom/mojang/authlib/GameProfile;)Vintermediary <init>Lnet/minecraft/class_2915;<init>(Lcom/mojang/authlib/GameProfile;)Vnamed <init>Lnet/minecraft/network/packet/c2s/login/LoginHelloC2SPacket;<init>(Lcom/mojang/authlib/GameProfile;)V
-
LoginHelloC2SPacket
- Mappings:
Namespace Name Mixin selector official <init>Lvt;<init>(Log;)Vintermediary <init>Lnet/minecraft/class_2915;<init>(Lnet/minecraft/class_2540;)Vnamed <init>Lnet/minecraft/network/packet/c2s/login/LoginHelloC2SPacket;<init>(Lnet/minecraft/network/PacketByteBuf;)V
-
-
Method Details
-
write
- Specified by:
writein interfacePacket<ServerLoginPacketListener>- Mappings:
Namespace Name Mixin selector official aLpk;a(Log;)Vintermediary method_11052Lnet/minecraft/class_2596;method_11052(Lnet/minecraft/class_2540;)Vnamed writeLnet/minecraft/network/Packet;write(Lnet/minecraft/network/PacketByteBuf;)V
-
apply
- Specified by:
applyin interfacePacket<ServerLoginPacketListener>- Mappings:
Namespace Name Mixin selector official aLvt;a(Lvr;)Vintermediary method_12649Lnet/minecraft/class_2915;method_12649(Lnet/minecraft/class_2911;)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 bLvt;b()Lcom/mojang/authlib/GameProfile;intermediary method_12650Lnet/minecraft/class_2915;method_12650()Lcom/mojang/authlib/GameProfile;named getProfileLnet/minecraft/network/packet/c2s/login/LoginHelloC2SPacket;getProfile()Lcom/mojang/authlib/GameProfile;
-