Interface Targeter


public interface Targeter
Resolves targets (entities or locations) based on a skill execution context.
  • Method Summary

    Modifier and Type
    Method
    Description
    @NotNull Collection<Target>
    getTargets(@NotNull SkillContext context)
    Resolves the targets for the given skill context.
  • Method Details

    • getTargets

      @NotNull @NotNull Collection<Target> getTargets(@NotNull @NotNull SkillContext context)
      Resolves the targets for the given skill context.
      Parameters:
      context - the context of the skill execution
      Returns:
      a collection of resolved targets