public class ServerSpawnExpOrbPacket extends MinecraftPacket
| Constructor and Description |
|---|
ServerSpawnExpOrbPacket(int entityId,
double x,
double y,
double z,
int exp) |
| Modifier and Type | Method and Description |
|---|---|
int |
getEntityId() |
int |
getExp() |
double |
getX() |
double |
getY() |
double |
getZ() |
void |
read(com.github.steveice10.packetlib.io.NetInput in) |
void |
write(com.github.steveice10.packetlib.io.NetOutput out) |
isPriority, toStringpublic ServerSpawnExpOrbPacket(int entityId,
double x,
double y,
double z,
int exp)
public int getEntityId()
public double getX()
public double getY()
public double getZ()
public int getExp()
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.