Uses of Class
games.stendhal.server.entity.npc.behaviour.impl.OutfitChangerBehaviour
Package
Description
-
Uses of OutfitChangerBehaviour in games.stendhal.server.entity.npc.behaviour.adder
Modifier and TypeMethodDescriptionvoid
OutfitChangerAdder.addOutfitChanger(SpeakerNPC npc, OutfitChangerBehaviour behaviour, String command)
Makes this NPC an outfit changer, i.e.void
OutfitChangerAdder.addOutfitChanger(SpeakerNPC npc, OutfitChangerBehaviour outfitBehaviour, String action, boolean offer, boolean canReturn)
Makes this NPC an outfit changer, i.e. -
Uses of OutfitChangerBehaviour in games.stendhal.server.entity.npc.behaviour.journal
Modifier and TypeMethodDescriptionvoid
ServicersRegister.add(String npcName, OutfitChangerBehaviour behaviour)