public static interface Action.Target
| Modifier and Type | Interface and Description |
|---|---|
static class |
Action.Target.Type
Represents the type of a
Action.Target. |
| Modifier and Type | Method and Description |
|---|---|
@NonNull String |
getName()
Gets the target name.
|
@NonNull Action.Target.Type |
getType()
Gets the target type.
|
@NonNull Optional<UUID> |
getUniqueId()
Gets the target unique id.
|
@NonNull Optional<UUID> getUniqueId()
@NonNull String getName()
@NonNull Action.Target.Type getType()