| Package | Description |
|---|---|
| de.diddiz.LogBlock |
| Modifier and Type | Field and Description |
|---|---|
ToolMode |
ToolData.mode |
ToolMode |
Tool.mode |
| Modifier and Type | Method and Description |
|---|---|
static ToolMode |
ToolMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ToolMode[] |
ToolMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Tool(String name,
List<String> aliases,
ToolBehavior leftClickBehavior,
ToolBehavior rightClickBehavior,
boolean defaultEnabled,
int item,
boolean canDrop,
QueryParams params,
ToolMode mode,
org.bukkit.permissions.PermissionDefault permissionDefault) |
Copyright © 2015. All rights reserved.