| Package | Description |
|---|---|
| com.sk89q.worldedit.event.platform |
| Modifier and Type | Method and Description |
|---|---|
InputType |
PlayerInputEvent.getInputType()
Get the type of input sent.
|
static InputType |
InputType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InputType[] |
InputType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
PlayerInputEvent(Player player,
InputType inputType)
Create a new event.
|
Copyright © 2010-2014. All Rights Reserved.