| Package | Description |
|---|---|
| me.lucko.luckperms.api | |
| me.lucko.luckperms.api.event.log | |
| me.lucko.luckperms.api.messenger.message.type |
| Modifier and Type | Method and Description |
|---|---|
LogEntry |
LogEntry.Builder.build()
Creates a
LogEntry instance from the builder. |
| Modifier and Type | Method and Description |
|---|---|
SortedSet<LogEntry> |
Log.getContent()
Get the content of the log
|
SortedMap<Integer,LogEntry> |
Log.getGroupHistory(int pageNo,
String name)
Gets the log content for a given group, separated by page
|
SortedSet<LogEntry> |
Log.getGroupHistory(String name)
Gets the log content for a given group
|
SortedSet<LogEntry> |
Log.getRecent()
Get the content of the log
|
SortedMap<Integer,LogEntry> |
Log.getRecent(int pageNo)
Gets the recent content separated by page
|
SortedMap<Integer,LogEntry> |
Log.getRecent(int pageNo,
UUID actor)
Gets the recent content for a given actor, separated by page
|
SortedSet<LogEntry> |
Log.getRecent(UUID actor)
Gets the recent content for a given actor
|
SortedMap<Integer,LogEntry> |
Log.getSearch(int pageNo,
String query)
Gets the log content for a given search query, separated by page
|
SortedSet<LogEntry> |
Log.getSearch(String query)
Gets the log content for a given search query
|
SortedMap<Integer,LogEntry> |
Log.getTrackHistory(int pageNo,
String name)
Gets the log content for a given track, separated by page
|
SortedSet<LogEntry> |
Log.getTrackHistory(String name)
Gets the log content for a given track
|
SortedMap<Integer,LogEntry> |
Log.getUserHistory(int pageNo,
UUID uuid)
Gets the log content for a given user, separated by page
|
SortedSet<LogEntry> |
Log.getUserHistory(UUID uuid)
Gets the log content for a given user
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Void> |
ActionLogger.broadcastAction(LogEntry entry)
Submits a log entry to the plugins log broadcasting handler.
|
CompletableFuture<Boolean> |
Storage.logAction(LogEntry entry)
Deprecated.
in favour of
ActionLogger.submit(LogEntry). |
CompletableFuture<Void> |
ActionLogger.submit(LogEntry entry)
Submits a log entry to the plugin to be handled.
|
CompletableFuture<Void> |
ActionLogger.submitToStorage(LogEntry entry)
Submits a log entry to the plugins storage handler.
|
| Modifier and Type | Method and Description |
|---|---|
LogEntry |
LogReceiveEvent.getEntry()
Gets the log entry being received
|
LogEntry |
LogPublishEvent.getEntry()
Gets the log entry to be published
|
LogEntry |
LogNotifyEvent.getEntry()
Gets the log entry to be sent
|
LogEntry |
LogNetworkPublishEvent.getEntry()
Gets the log entry to be published
|
LogEntry |
LogBroadcastEvent.getEntry()
Gets the log entry to be broadcasted
|
| Modifier and Type | Method and Description |
|---|---|
LogEntry |
LogMessage.getLogEntry()
Gets the log entry being sent
|
Copyright © 2018. All rights reserved.