| Package | Description |
|---|---|
| net.minecraftforge.event | |
| net.minecraftforge.event.entity.player |
| Modifier and Type | Method and Description |
|---|---|
static PlayerInteractEvent |
ForgeEventFactory.onPlayerInteract(EntityPlayer player,
PlayerInteractEvent.Action action,
int x,
int y,
int z,
int face) |
| Modifier and Type | Field and Description |
|---|---|
PlayerInteractEvent.Action |
PlayerInteractEvent.action |
| Modifier and Type | Method and Description |
|---|---|
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(EntityPlayer player,
PlayerInteractEvent.Action action,
int x,
int y,
int z,
int face) |