public class LoginSuccessPacket extends MinecraftPacket
| Constructor and Description |
|---|
LoginSuccessPacket(com.github.steveice10.mc.auth.data.GameProfile profile) |
| Modifier and Type | Method and Description |
|---|---|
com.github.steveice10.mc.auth.data.GameProfile |
getProfile() |
boolean |
isPriority() |
void |
read(com.github.steveice10.packetlib.io.NetInput in) |
void |
write(com.github.steveice10.packetlib.io.NetOutput out) |
toStringpublic LoginSuccessPacket(com.github.steveice10.mc.auth.data.GameProfile profile)
public com.github.steveice10.mc.auth.data.GameProfile getProfile()
public void read(com.github.steveice10.packetlib.io.NetInput in)
throws IOException
IOExceptionpublic void write(com.github.steveice10.packetlib.io.NetOutput out)
throws IOException
IOExceptionpublic boolean isPriority()
isPriority in interface com.github.steveice10.packetlib.packet.PacketisPriority in class MinecraftPacketCopyright © 2020. All rights reserved.