| Package | Description |
|---|---|
| org.cloudburstmc.server.event.player |
| Modifier and Type | Field and Description |
|---|---|
protected PlayerInteractEvent.Action |
PlayerInteractEvent.action |
| Modifier and Type | Method and Description |
|---|---|
PlayerInteractEvent.Action |
PlayerInteractEvent.getAction() |
static PlayerInteractEvent.Action |
PlayerInteractEvent.Action.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PlayerInteractEvent.Action[] |
PlayerInteractEvent.Action.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
PlayerInteractEvent(Player player,
Item item,
Block block,
Direction face,
PlayerInteractEvent.Action action) |
PlayerInteractEvent(Player player,
Item item,
com.nukkitx.math.vector.Vector3f touchVector,
Direction face,
PlayerInteractEvent.Action action) |
Copyright © 2020. All rights reserved.