Package net.luckperms.api.actionlog
Interface Action.Target
- Enclosing interface:
- Action
public static interface Action.Target
Represents the target of an action.
-
Nested Class Summary
Nested Classes -
Method Summary
-
Method Details
-
getUniqueId
Gets the target unique id.- Returns:
- the target unique id
-
getName
Gets the target name.- Returns:
- the target name
-
getType
@NonNull Action.Target.Type getType()Gets the target type.- Returns:
- the target type
-