Class ShowOffersChatAction
java.lang.Object
games.stendhal.server.maps.semos.tavern.market.ShowOffersChatAction
- All Implemented Interfaces:
ChatAction
,PostTransitionAction
shows all current offers to the asking player
- Author:
- madmetzger, kiheru, hendrik
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
fire(Player player, Sentence sentence, EventRaiser npc)
does some action after a transition.
-
Constructor Details
-
ShowOffersChatAction
public ShowOffersChatAction()
-
-
Method Details
-
fire
Description copied from interface:PostTransitionAction
does some action after a transition.- 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
-