Class PrepareOfferHandler
java.lang.Object
games.stendhal.server.maps.semos.tavern.market.PrepareOfferHandler
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
add(SpeakerNPC npc)
buildTweetMessage(Item i, int q, int p)
Builds the message for the tweet to be posted
-
Constructor Details
-
PrepareOfferHandler
public PrepareOfferHandler()
-
-
Method Details
-
add
-
buildTweetMessage
Builds the message for the tweet to be posted- Parameters:
i
- the offered itemq
- the quantity of the offered itemp
- the price for the item- Returns:
- the message to be posted in the tweet
-