public class S14PacketEntity extends java.lang.Object implements Packet<INetHandlerPlayClient>
| Modifier and Type | Class and Description |
|---|---|
static class |
S14PacketEntity.S15PacketEntityRelMove |
static class |
S14PacketEntity.S16PacketEntityLook |
static class |
S14PacketEntity.S17PacketEntityLookMove |
| Modifier and Type | Field and Description |
|---|---|
protected int |
entityId |
protected boolean |
field_149069_g |
protected boolean |
onGround |
protected byte |
pitch |
protected byte |
posX |
protected byte |
posY |
protected byte |
posZ |
protected byte |
yaw |
| Constructor and Description |
|---|
S14PacketEntity() |
S14PacketEntity(int entityIdIn) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
func_149060_h() |
byte |
func_149061_d() |
byte |
func_149062_c() |
byte |
func_149063_g() |
byte |
func_149064_e() |
byte |
func_149066_f() |
Entity |
getEntity(World worldIn) |
boolean |
getOnGround() |
void |
processPacket(INetHandlerPlayClient handler)
Passes this Packet on to the NetHandler for processing.
|
void |
readPacketData(PacketBuffer buf)
Reads the raw packet data from the data stream.
|
java.lang.String |
toString() |
void |
writePacketData(PacketBuffer buf)
Writes the raw packet data to the data stream.
|
protected int entityId
protected byte posX
protected byte posY
protected byte posZ
protected byte yaw
protected byte pitch
protected boolean onGround
protected boolean field_149069_g
public S14PacketEntity()
public S14PacketEntity(int entityIdIn)
public void readPacketData(PacketBuffer buf) throws java.io.IOException
readPacketData in interface Packet<INetHandlerPlayClient>java.io.IOExceptionpublic void writePacketData(PacketBuffer buf) throws java.io.IOException
writePacketData in interface Packet<INetHandlerPlayClient>java.io.IOExceptionpublic void processPacket(INetHandlerPlayClient handler)
processPacket in interface Packet<INetHandlerPlayClient>public java.lang.String toString()
toString in class java.lang.Objectpublic byte func_149062_c()
public byte func_149061_d()
public byte func_149064_e()
public byte func_149066_f()
public byte func_149063_g()
public boolean func_149060_h()
public boolean getOnGround()