Package net.luckperms.api.actionlog
Interface Action.Source
-
- Enclosing interface:
- Action
public static interface Action.SourceRepresents the source of an action.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NonNull StringgetName()Gets the source name.@NonNull UUIDgetUniqueId()Gets the source unique id.
-