| Package | Description |
|---|---|
| me.lucko.luckperms.api |
| Modifier and Type | Method and Description |
|---|---|
LogEntry.Builder |
ActionLogger.newEntryBuilder()
Returns a new
LogEntry.Builder instance |
default LogEntry.Builder |
LuckPermsApi.newLogEntryBuilder()
Returns a new LogEntry Builder instance
|
LogEntry.Builder |
LogEntry.Builder.setActed(UUID acted)
Sets the acted object for the entry.
|
LogEntry.Builder |
LogEntry.Builder.setActedName(String actedName)
Sets the acted name for the entry.
|
LogEntry.Builder |
LogEntry.Builder.setAction(String action)
Sets the action of the entry.
|
LogEntry.Builder |
LogEntry.Builder.setActor(UUID actor)
Sets the actor of the entry.
|
LogEntry.Builder |
LogEntry.Builder.setActorName(String actorName)
Sets the actor name of the entry.
|
LogEntry.Builder |
LogEntry.Builder.setTimestamp(long timestamp)
Sets the timestamp of the entry.
|
LogEntry.Builder |
LogEntry.Builder.setType(LogEntry.Type type)
Sets the type of the entry.
|
Copyright © 2018. All rights reserved.