| Package | Description |
|---|---|
| de.pheasn.blockown.protection |
| Modifier and Type | Method and Description |
|---|---|
ProtectActionType |
ProtectAction.getActionType() |
static ProtectActionType |
ProtectActionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProtectActionType[] |
ProtectActionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ProtectAction(ProtectActionType protectActionType,
User owner,
Material material)
May be used with protectActionType == PROTECT or UNPROTECT or LOCK or UNLOCK.
|
ProtectAction(ProtectActionType protectActionType,
User owner,
Material material,
User user)
Instantiates a new protect action.
|
ProtectAction(ProtectActionType protectActionType,
User owner,
User user)
May only be used with protectActionType == FRIEND or UNFRIEND.
|
Copyright © 2015. All rights reserved.