| Package | Description |
|---|---|
| net.minecraft.network.play.client |
| Modifier and Type | Field and Description |
|---|---|
private CPacketPlayerDigging.Action |
CPacketPlayerDigging.action |
| Modifier and Type | Method and Description |
|---|---|
CPacketPlayerDigging.Action |
CPacketPlayerDigging.getAction() |
static CPacketPlayerDigging.Action |
CPacketPlayerDigging.Action.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CPacketPlayerDigging.Action[] |
CPacketPlayerDigging.Action.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
CPacketPlayerDigging(CPacketPlayerDigging.Action actionIn,
BlockPos posIn,
EnumFacing facingIn) |