public class SSpawnMobPacket extends java.lang.Object implements IPacket<IClientPlayNetHandler>
Modifier and Type | Field and Description |
---|---|
private int |
entityId |
private byte |
headPitch |
private byte |
pitch |
private int |
type |
private java.util.UUID |
uniqueId |
private int |
velocityX |
private int |
velocityY |
private int |
velocityZ |
private double |
x |
private double |
y |
private byte |
yaw |
private double |
z |
Constructor and Description |
---|
SSpawnMobPacket() |
SSpawnMobPacket(LivingEntity entityIn) |
Modifier and Type | Method and Description |
---|---|
int |
getEntityID() |
int |
getEntityType() |
byte |
getHeadPitch() |
byte |
getPitch() |
java.util.UUID |
getUniqueId() |
int |
getVelocityX() |
int |
getVelocityY() |
int |
getVelocityZ() |
double |
getX() |
double |
getY() |
byte |
getYaw() |
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 java.util.UUID uniqueId
private int type
private double x
private double y
private double z
private int velocityX
private int velocityY
private int velocityZ
private byte yaw
private byte pitch
private byte headPitch
public SSpawnMobPacket()
public SSpawnMobPacket(LivingEntity 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 java.util.UUID getUniqueId()
public int getEntityType()
public double getX()
public double getY()
public double getZ()
public int getVelocityX()
public int getVelocityY()
public int getVelocityZ()
public byte getYaw()
public byte getPitch()
public byte getHeadPitch()