Class SLoginSuccessPacket
java.lang.Object
net.minecraft.network.login.server.SLoginSuccessPacket
- All Implemented Interfaces:
 IPacket<IClientLoginNetHandler>
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptioncom.mojang.authlib.GameProfilevoidhandle(IClientLoginNetHandler p_148833_1_) voidread(PacketBuffer p_148837_1_) voidwrite(PacketBuffer p_148840_1_) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.network.IPacket
isSkippable 
- 
Field Details
- 
gameProfile
private com.mojang.authlib.GameProfile gameProfile 
 - 
 - 
Constructor Details
- 
SLoginSuccessPacket
public SLoginSuccessPacket() - 
SLoginSuccessPacket
public SLoginSuccessPacket(com.mojang.authlib.GameProfile p_i46856_1_)  
 - 
 - 
Method Details
- 
read
- Specified by:
 readin interfaceIPacket<IClientLoginNetHandler>- Throws:
 IOException
 - 
write
- Specified by:
 writein interfaceIPacket<IClientLoginNetHandler>- Throws:
 IOException
 - 
handle
- Specified by:
 handlein interfaceIPacket<IClientLoginNetHandler>
 - 
getGameProfile
public com.mojang.authlib.GameProfile getGameProfile() 
 -