Class MultiProducerAdder
java.lang.Object
games.stendhal.server.entity.npc.behaviour.adder.MultiProducerAdder
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addMultiProducer(SpeakerNPC npc, MultiProducerBehaviour behaviour, String welcomeMessage)
Adds all the dialogue associated with a Producing NPC
-
Constructor Details
-
MultiProducerAdder
public MultiProducerAdder()
-
-
Method Details
-
addMultiProducer
public void addMultiProducer(SpeakerNPC npc, MultiProducerBehaviour behaviour, String welcomeMessage)Adds all the dialogue associated with a Producing NPC- Parameters:
npc
- producerbehaviour
-welcomeMessage
-
-