public class SAnimateHandPacket extends java.lang.Object implements IPacket<IClientPlayNetHandler>
Constructor and Description |
---|
SAnimateHandPacket() |
SAnimateHandPacket(Entity entityIn,
int typeIn) |
Modifier and Type | Method and Description |
---|---|
int |
getAnimationType() |
int |
getEntityID() |
void |
processPacket(IClientPlayNetHandler handler) |
void |
readPacketData(PacketBuffer buf) |
void |
writePacketData(PacketBuffer buf) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
shouldSkipErrors
public SAnimateHandPacket()
public SAnimateHandPacket(Entity entityIn, int typeIn)
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 int getAnimationType()