| Package | Description |
|---|---|
| me.lucko.luckperms.api |
| Modifier and Type | Method and Description |
|---|---|
LogEntry.Type |
LogEntry.getType()
Gets the type of action.
|
static LogEntry.Type |
LogEntry.Type.valueOf(char code) |
static LogEntry.Type |
LogEntry.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LogEntry.Type[] |
LogEntry.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
LogEntry.Builder |
LogEntry.Builder.setType(LogEntry.Type type)
Sets the type of the entry.
|
Copyright © 2018. All rights reserved.