Uses of Class
games.stendhal.server.entity.npc.behaviour.impl.MerchantBehaviour
Package
Description
-
Uses of MerchantBehaviour in games.stendhal.server.entity.npc.behaviour.impl
Modifier and TypeClassDescriptionclass
Represents the behaviour of a NPC who is able to buy items from a player.class
Represents the behaviour of a NPC who is able to heal a player.class
Represents the behaviour of a NPC who is able to sell outfits to a player.class
class
class
class
Represents the behaviour of a NPC who is able to sell items to a player. -
Uses of MerchantBehaviour in games.stendhal.server.entity.npc.behaviour.journal
Modifier and TypeMethodDescriptionvoid
MerchantsRegister.add(SpeakerNPC npc, MerchantBehaviour behaviour)
Adds an NPC to the NPCList.