Package games.stendhal.server.events
Class ExamineEvent
java.lang.Object
marauroa.common.game.Attributes
marauroa.common.game.SlotOwner
marauroa.common.game.RPEvent
games.stendhal.server.events.ExamineEvent
- All Implemented Interfaces:
Cloneable
,Iterable<String>
,Serializable
An examine event that opens an image viewer with
the specified image in the client.
- Author:
- timothyb89 / hendrik
-
Field Summary
-
Constructor Summary
ConstructorDescriptionExamineEvent(String image, String title, String caption)
Creates a new ExamineEvent. -
Method Summary
Methods inherited from class marauroa.common.game.RPEvent
clone, equals, fill, getName, hashCode, readObject, setOwner, toString, writeObject, writeObject
Methods inherited from class marauroa.common.game.SlotOwner
addSlot, addSlot, deserializeRPSlots, fill, getSlot, hasSlot, removeSlot, serializeRPSlots, slots, slotsIterator, writeToJson
Methods 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, toAttributeString
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
ExamineEvent
Creates a new ExamineEvent.- Parameters:
image
- image filetitle
- title of image viewercaption
- text to display along the image
-
-
Method Details
-
generateRPClass
public static void generateRPClass()Creates the rpclass.
-