Class RemoveOfferHandler.RemoveOfferChatAction
java.lang.Object
games.stendhal.server.maps.semos.tavern.market.KnownOffersChatAction
games.stendhal.server.maps.semos.tavern.market.RemoveOfferHandler.RemoveOfferChatAction
- All Implemented Interfaces:
ChatAction,PostTransitionAction
- Enclosing class:
- RemoveOfferHandler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidfire(Player player, Sentence sentence, EventRaiser npc) does some action after a transition.Methods inherited from class games.stendhal.server.maps.semos.tavern.market.KnownOffersChatAction
getOfferNumberFromSentence
-
Constructor Details
-
RemoveOfferChatAction
protected RemoveOfferChatAction()
-
-
Method Details
-
fire
Description copied from interface:PostTransitionActiondoes some action after a transition.- Parameters:
player- player who caused the transitionsentence- text he/she saidnpc- the NPC doing the transition
-