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