Interface ActionLog
Deprecated.
Represents the internal LuckPerms log.
The returned instance provides a copy of the data at the time of retrieval.
Any changes made to log entries will only apply to this instance of the log.
You can add to the log using the ActionLogger, and then request an updated copy.
All methods are thread safe, and return immutable and thread safe collections.
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Gets theActions that make up this log.getContent(@NonNull UUID actor) Deprecated.Gets the entries in the log performed by the given actor.getGroupHistory(@NonNull String name) Deprecated.Gets the log content for a given groupgetTrackHistory(@NonNull String name) Deprecated.Gets the log content for a given trackgetUserHistory(@NonNull UUID uniqueId) Deprecated.Gets the log content for a given user
-
Method Details
-
getContent
@NonNull @Unmodifiable SortedSet<Action> getContent()Deprecated.Gets theActions that make up this log.- Returns:
- the content
-
getContent
-
getUserHistory
-
getGroupHistory
-
getTrackHistory
-
ActionLogger.queryActions(ActionFilter)orActionLogger.queryActions(ActionFilter, int, int)instead.