Package de.gurkenlabs.litiengine.abilities.targeting
package de.gurkenlabs.litiengine.abilities.targeting
-
ClassesClassDescriptionA custom targeting strategy that allows defining a specific condition for selecting targets.A targeting strategy that selects enemy entities as ability targets.A targeting strategy that always targets the entity executing the ability.A targeting strategy that resolves to the current target of the executing entity.A targeting strategy that always resolves to a predefined, fixed set of combat entities.A targeting strategy that selects friendly entities as ability targets.A targeting strategy that selects other combat entities within the ability's impact area, filtered by their relationship to the executor and their alive/dead state.The abstract class
TargetingStrategydefines the logic for selecting targets based on various strategies.