| Package | Description |
|---|---|
| de.diddiz.LogBlock |
| Modifier and Type | Field and Description |
|---|---|
ToolBehavior |
Tool.leftClickBehavior |
ToolBehavior |
Tool.rightClickBehavior |
| Modifier and Type | Method and Description |
|---|---|
static ToolBehavior |
ToolBehavior.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ToolBehavior[] |
ToolBehavior.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.