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