public class SSpawnGlobalEntityPacket extends java.lang.Object implements IPacket<IClientPlayNetHandler>
Modifier and Type | Field and Description |
---|---|
private int |
entityId |
private int |
type |
private double |
x |
private double |
y |
private double |
z |
Constructor and Description |
---|
SSpawnGlobalEntityPacket() |
SSpawnGlobalEntityPacket(Entity entityIn) |
Modifier and Type | Method and Description |
---|---|
int |
getEntityId() |
int |
getType() |
double |
getX() |
double |
getY() |
double |
getZ() |
void |
processPacket(IClientPlayNetHandler handler) |
void |
readPacketData(PacketBuffer buf) |
void |
writePacketData(PacketBuffer buf) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
shouldSkipErrors
private int entityId
private double x
private double y
private double z
private int type
public SSpawnGlobalEntityPacket()
public SSpawnGlobalEntityPacket(Entity entityIn)
public void readPacketData(PacketBuffer buf) throws java.io.IOException
readPacketData
in interface IPacket<IClientPlayNetHandler>
java.io.IOException
public void writePacketData(PacketBuffer buf) throws java.io.IOException
writePacketData
in interface IPacket<IClientPlayNetHandler>
java.io.IOException
public void processPacket(IClientPlayNetHandler handler)
processPacket
in interface IPacket<IClientPlayNetHandler>
public int getEntityId()
public double getX()
public double getY()
public double getZ()
public int getType()