| Package | Description |
|---|---|
| com.github.steveice10.mc.protocol.data.game.entity.player | |
| com.github.steveice10.mc.protocol.packet.ingame.client.player |
| Modifier and Type | Method and Description |
|---|---|
static InteractAction |
InteractAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InteractAction[] |
InteractAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
InteractAction |
ClientPlayerInteractEntityPacket.getAction() |
| Constructor and Description |
|---|
ClientPlayerInteractEntityPacket(int entityId,
InteractAction action) |
ClientPlayerInteractEntityPacket(int entityId,
InteractAction action,
float targetX,
float targetY,
float targetZ,
Hand hand) |
ClientPlayerInteractEntityPacket(int entityId,
InteractAction action,
Hand hand) |
Copyright © 2020. All rights reserved.