public class NPacketPlayInBlockDig extends Object implements NPacketPlayIn, LocatedPacket
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
NPacketPlayInBlockDig.DigAction  | 
| Modifier and Type | Field and Description | 
|---|---|
NPacketPlayInBlockDig.DigAction | 
action  | 
BlockFace | 
face  | 
int | 
x  | 
int | 
y  | 
int | 
z  | 
| Constructor and Description | 
|---|
NPacketPlayInBlockDig()  | 
NPacketPlayInBlockDig(int x,
                     int y,
                     int z,
                     NPacketPlayInBlockDig.DigAction action,
                     BlockFace face)  | 
| Modifier and Type | Method and Description | 
|---|---|
PacketType | 
getPacketType()  | 
double | 
getX()  | 
double | 
getY()  | 
double | 
getZ()  | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetBlock, getBlockX, getBlockY, getBlockZ, getLocation, hasLocationpublic int x
public int y
public int z
public BlockFace face
public NPacketPlayInBlockDig.DigAction action
public NPacketPlayInBlockDig()
public NPacketPlayInBlockDig(int x,
                             int y,
                             int z,
                             NPacketPlayInBlockDig.DigAction action,
                             BlockFace face)
public double getX()
getX in interface LocatedPacketpublic double getY()
getY in interface LocatedPacketpublic double getZ()
getZ in interface LocatedPacketpublic PacketType getPacketType()
getPacketType in interface NPacket