Class FetchEarningsChatAction
java.lang.Object
games.stendhal.server.maps.semos.tavern.market.FetchEarningsChatAction
- All Implemented Interfaces:
ChatAction,PostTransitionAction
chat action to let a player fetch his earnings from the market
- Author:
- madmetzger
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidfire(Player player, Sentence sentence, EventRaiser npc)does some action after a transition.
-
Constructor Details
-
FetchEarningsChatAction
public FetchEarningsChatAction()
-
-
Method Details
-
fire
Description copied from interface:PostTransitionActiondoes some action after a transition.- Specified by:
firein interfaceChatAction- Specified by:
firein interfacePostTransitionAction- Parameters:
player- player who caused the transitionsentence- text he/she saidnpc- the NPC doing the transition
-