Package | Description |
---|---|
be.maximvdw.ac.utils |
Modifier and Type | Method and Description |
---|---|
static Permissions.Permission |
Permissions.Permission.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Permissions.Permission[] |
Permissions.Permission.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
Permissions.hasPermissions(Permissions.Permission permission,
java.lang.Object sender)
Check if a sender has command permissions
|