Interface Targeter
public interface Targeter
Resolves targets (entities or locations) based on a skill execution context.
-
Method Summary
Modifier and TypeMethodDescription@NotNull Collection<Target> getTargets(@NotNull SkillContext context) Resolves the targets for the given skill context.
-
Method Details
-
getTargets
Resolves the targets for the given skill context.- Parameters:
context- the context of the skill execution- Returns:
- a collection of resolved targets
-