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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
fire(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:
fire
in interfaceChatAction
- Specified by:
fire
in interfacePostTransitionAction
- Parameters:
player
- player who caused the transitionsentence
- text he/she saidnpc
- the NPC doing the transition
-