Class ShowOfferItemsChatAction
java.lang.Object
games.stendhal.server.maps.semos.tavern.market.ShowOfferItemsChatAction
- All Implemented Interfaces:
ChatAction,PostTransitionAction
show a list of all items for which offers exist.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidfire(Player player, Sentence sentence, EventRaiser npc) show a list of all items for which offers exist.
-
Constructor Details
-
ShowOfferItemsChatAction
public ShowOfferItemsChatAction()
-
-
Method Details
-
fire
show a list of all items for which offers exist.- Specified by:
firein interfaceChatAction- Specified by:
firein interfacePostTransitionAction- Parameters:
player- player who caused the transitionsentence- text he/she saidnpc- the NPC doing the transition
-