Package net.luckperms.api.actionlog
Interface Action.Target
-
- Enclosing interface:
- Action
public static interface Action.TargetRepresents the target of an action.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classAction.Target.TypeRepresents the type of aAction.Target.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NonNull StringgetName()Gets the target name.@NonNull Action.Target.TypegetType()Gets the target type.@NonNull Optional<UUID>getUniqueId()Gets the target unique id.
-