| Package | Description |
|---|---|
| me.lucko.luckperms.api |
| Modifier and Type | Method and Description |
|---|---|
static PlayerSaveResult.Status |
PlayerSaveResult.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PlayerSaveResult.Status[] |
PlayerSaveResult.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Set<PlayerSaveResult.Status> |
PlayerSaveResult.getStatus()
Gets the status returned by the operation
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
PlayerSaveResult.includes(PlayerSaveResult.Status status)
Gets if the result includes a certain status code.
|
Copyright © 2018. All rights reserved.