Interface ActionLog


public interface ActionLog
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.