Uses of Class
games.stendhal.server.entity.npc.behaviour.impl.OutfitChangerBehaviour
Packages that use OutfitChangerBehaviour
Package
Description
-
Uses of OutfitChangerBehaviour in games.stendhal.server.entity.npc.behaviour.adder
Methods in games.stendhal.server.entity.npc.behaviour.adder with parameters of type OutfitChangerBehaviourModifier and TypeMethodDescriptionvoidOutfitChangerAdder.addOutfitChanger(SpeakerNPC npc, OutfitChangerBehaviour behaviour, String command) Makes this NPC an outfit changer, i.e.voidOutfitChangerAdder.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
Methods in games.stendhal.server.entity.npc.behaviour.journal that return types with arguments of type OutfitChangerBehaviourMethods in games.stendhal.server.entity.npc.behaviour.journal with parameters of type OutfitChangerBehaviourModifier and TypeMethodDescriptionvoidServicersRegister.add(String npcName, OutfitChangerBehaviour behaviour)