Class KnownOffersChatAction
java.lang.Object
games.stendhal.server.maps.semos.tavern.market.KnownOffersChatAction
- All Implemented Interfaces:
ChatAction
,PostTransitionAction
- Direct Known Subclasses:
ExamineOfferChatAction
,ProlongOfferHandler.ProlongOfferChatAction
,RemoveOfferHandler.RemoveOfferChatAction
abstract class for handling offer numbers in sentences
- Author:
- madmetzger
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected Integer
getOfferNumberFromSentence(Sentence sentence)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface games.stendhal.server.entity.npc.ChatAction
fire
-
Constructor Details
-
KnownOffersChatAction
public KnownOffersChatAction()
-
-
Method Details
-
getOfferNumberFromSentence
-