public class CPlayerDiggingPacket extends java.lang.Object implements IPacket<IServerPlayNetHandler>
| Modifier and Type | Class and Description |
|---|---|
static class |
CPlayerDiggingPacket.Action |
| Constructor and Description |
|---|
CPlayerDiggingPacket() |
CPlayerDiggingPacket(CPlayerDiggingPacket.Action actionIn,
BlockPos posIn,
Direction facingIn) |
| Modifier and Type | Method and Description |
|---|---|
CPlayerDiggingPacket.Action |
getAction() |
Direction |
getFacing() |
BlockPos |
getPosition() |
void |
processPacket(IServerPlayNetHandler handler) |
void |
readPacketData(PacketBuffer buf) |
void |
writePacketData(PacketBuffer buf) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitshouldSkipErrorspublic CPlayerDiggingPacket()
public CPlayerDiggingPacket(CPlayerDiggingPacket.Action actionIn, BlockPos posIn, Direction facingIn)
public void readPacketData(PacketBuffer buf) throws java.io.IOException
readPacketData in interface IPacket<IServerPlayNetHandler>java.io.IOExceptionpublic void writePacketData(PacketBuffer buf) throws java.io.IOException
writePacketData in interface IPacket<IServerPlayNetHandler>java.io.IOExceptionpublic void processPacket(IServerPlayNetHandler handler)
processPacket in interface IPacket<IServerPlayNetHandler>public BlockPos getPosition()
public Direction getFacing()
public CPlayerDiggingPacket.Action getAction()