Uses of Interface
games.stendhal.server.entity.creature.impl.attack.AttackStrategy
Packages that use AttackStrategy
Package
Description
-
Uses of AttackStrategy in games.stendhal.server.entity.creature
Methods in games.stendhal.server.entity.creature that return AttackStrategyModifier and TypeMethodDescriptionCreature.getAttackStrategy()Get the fighting strategy used by the creature. -
Uses of AttackStrategy in games.stendhal.server.entity.creature.impl.attack
Classes in games.stendhal.server.entity.creature.impl.attack that implement AttackStrategyModifier and TypeClassDescriptionclassA profile for creature that always tries to kill the weakest enemy first.classclassImplements the ai-profile stupid coward.Methods in games.stendhal.server.entity.creature.impl.attack that return AttackStrategy