| Package | Description |
|---|---|
| com.sk89q.worldedit.event.platform |
| Modifier and Type | Method and Description |
|---|---|
Interaction |
BlockInteractEvent.getType()
Get the type of interaction.
|
static Interaction |
Interaction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Interaction[] |
Interaction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
BlockInteractEvent(Actor cause,
Location location,
Interaction type)
Create a new event.
|
Copyright © 2010-2014. All Rights Reserved.