Package games.stendhal.server.events
Class ChatOptionsEvent
java.lang.Object
marauroa.common.game.Attributes
marauroa.common.game.SlotOwner
marauroa.common.game.RPEvent
games.stendhal.server.events.ChatOptionsEvent
- All Implemented Interfaces:
Cloneable,Iterable<String>,Serializable
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionChatOptionsEvent(SpeakerNPC npc, Player player, ConversationStates currentState) -
Method Summary
Modifier and TypeMethodDescriptionstatic voidaddMerchantActivity(String activity) Add a word or phrase to list of known merchant/producer activities.static voidCreates the rpclass.Methods inherited from class marauroa.common.game.RPEvent
clone, equals, fill, getName, hashCode, readObject, setOwner, toString, writeObject, writeObjectMethods inherited from class marauroa.common.game.SlotOwner
addSlot, addSlot, deserializeRPSlots, fill, getSlot, hasSlot, removeSlot, serializeRPSlots, slots, slotsIterator, writeToJsonMethods inherited from class marauroa.common.game.Attributes
add, applyDifferences, clearVisible, get, getBool, getDouble, getInt, getList, getLong, getRPClass, has, instanceOf, isEmpty, iterator, put, put, put, put, put, readFromMap, remove, resetAddedAndDeletedAttributes, setAddedAttributes, setDeletedAttributes, setRPClass, setRPClass, size, toAttributeStringMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
ChatOptionsEvent
-
-
Method Details
-
generateRPClass
public static void generateRPClass()Creates the rpclass. -
addMerchantActivity
Add a word or phrase to list of known merchant/producer activities.
-