Uses of Class
games.stendhal.server.entity.npc.behaviour.impl.ProducerBehaviour
Packages that use ProducerBehaviour
Package
Description
-
Uses of ProducerBehaviour in games.stendhal.server.entity.npc.action
Constructors in games.stendhal.server.entity.npc.action with parameters of type ProducerBehaviourModifierConstructorDescriptionProducerBehaviourAction(ProducerBehaviour behaviour) ProducerBehaviourAction(ProducerBehaviour behaviour, String npcAction) -
Uses of ProducerBehaviour in games.stendhal.server.entity.npc.behaviour.adder
Methods in games.stendhal.server.entity.npc.behaviour.adder with parameters of type ProducerBehaviourModifier and TypeMethodDescriptionvoidProducerAdder.addProducer(SpeakerNPC npc, ProducerBehaviour behaviour, String welcomeMessage) Adds all the dialogue associated with a Producing NPC -
Uses of ProducerBehaviour in games.stendhal.server.entity.npc.behaviour.journal
Methods in games.stendhal.server.entity.npc.behaviour.journal that return types with arguments of type ProducerBehaviourMethods in games.stendhal.server.entity.npc.behaviour.journal with parameters of type ProducerBehaviourModifier and TypeMethodDescriptionvoidProducerRegister.add(String npcName, ProducerBehaviour behaviour) Adds an NPC to the NPCList.