public class ServerPlayerSetExperiencePacket extends MinecraftPacket
| Constructor and Description |
|---|
ServerPlayerSetExperiencePacket(float experience,
int level,
int totalExperience) |
| Modifier and Type | Method and Description |
|---|---|
int |
getLevel() |
float |
getSlot() |
int |
getTotalExperience() |
void |
read(com.github.steveice10.packetlib.io.NetInput in) |
void |
write(com.github.steveice10.packetlib.io.NetOutput out) |
isPriority, toStringpublic ServerPlayerSetExperiencePacket(float experience,
int level,
int totalExperience)
public float getSlot()
public int getLevel()
public int getTotalExperience()
public void read(com.github.steveice10.packetlib.io.NetInput in)
throws IOException
IOExceptionpublic void write(com.github.steveice10.packetlib.io.NetOutput out)
throws IOException
IOExceptionCopyright © 2020. All rights reserved.