Package | Description |
---|---|
be.maximvdw.ac | |
be.maximvdw.ac.config |
Modifier and Type | Method and Description |
---|---|
ACStatus |
ACPlayer.getDefaultStatus()
Get default status
|
ACStatus |
ACPlayer.getGlobalStatus()
Get the global status
|
ACStatus |
ACPlayer.getStatus(org.bukkit.OfflinePlayer target)
Get specific status
|
static ACStatus |
ACStatus.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ACStatus[] |
ACStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
java.util.TreeMap<java.lang.String,ACStatus> |
ACPlayer.getPlayerSpecificStatuses()
Get Player specific statuses
|
Modifier and Type | Method and Description |
---|---|
void |
ACPlayer.setDefaultStatus(ACStatus status)
Set default status
|
void |
ACPlayer.setGlobalStatus(ACStatus status)
Set the global status
|
void |
ACPlayer.setStatus(ACStatus status,
org.bukkit.OfflinePlayer player)
Set specfic status
|
Modifier and Type | Field and Description |
---|---|
static ACStatus |
Configuration.defaultStatus |