Uses of Class
games.stendhal.server.entity.npc.behaviour.impl.Behaviour
Packages that use Behaviour
Package
Description
-
Uses of Behaviour in games.stendhal.server.entity.npc.action
Fields in games.stendhal.server.entity.npc.action declared as BehaviourModifier and TypeFieldDescriptionprotected final BAbstractBehaviourAction.behaviourprotected final BAbstractBehaviourAction.behaviourprotected final BAbstractBehaviourAction.behaviourprotected final BAbstractBehaviourAction.behaviourConstructors in games.stendhal.server.entity.npc.action with parameters of type BehaviourModifierConstructorDescriptionBehaviourAction(Behaviour behaviour, String userAction, String npcAction) Behaviour action -
Uses of Behaviour in games.stendhal.server.entity.npc.behaviour.impl
Subclasses of Behaviour in games.stendhal.server.entity.npc.behaviour.implModifier and TypeClassDescriptionclassRepresents the behaviour of a NPC who is able to buy items from a player.classRepresents the behaviour of a NPC who is able to heal a player.classRepresents the behaviour of a NPC who is able to either sell items to a player, or buy items from a player.classThe behaviour of an NPC who is able to produce one or more things for a player, given that the player brings the necessary resources.classRepresents the behaviour of a NPC who is able to sell outfits to a player.classThe behaviour of an NPC who is able to produce something for a player if the player brings the required resources.classclassclassBehaviour for NPCs repairing itemsclassclassRepresents the behaviour of a NPC who is able to sell items to a player.class