Uses of Interface
games.stendhal.server.entity.creature.impl.attack.AttackStrategy
Package
Description
-
Uses of AttackStrategy in games.stendhal.server.entity.creature
Modifier and TypeMethodDescriptionCreature.getAttackStrategy()
Get the fighting strategy used by the creature. -
Uses of AttackStrategy in games.stendhal.server.entity.creature.impl.attack
Modifier and TypeClassDescriptionclass
A profile for creature that always tries to kill the weakest enemy first.class
class
Implements the ai-profile stupid coward.