Uses of Class
marauroa.common.game.RPEvent
Package
Description
events sent from the server to the client
Events are notifications send from the server to the clients.
This package stores all the important data structures of Marauroa.
-
Uses of RPEvent in games.stendhal.client.events
-
Uses of RPEvent in games.stendhal.client.gui.imageviewer
ModifierConstructorDescriptionItemListImageViewerEvent(RPEvent event)
Creates a new ItemListImageViewerEvent. -
Uses of RPEvent in games.stendhal.server.entity.npc
-
Uses of RPEvent in games.stendhal.server.events
Modifier and TypeClassDescriptionclass
An RPEntity attacks anotherclass
An event to show which creatures a player has killed.class
An online event.class
An offline event.class
An examine event that opens an image viewer with the specified image in the client.class
An event that tells the client to display a visual effect that affects the entire game screen.class
The group has changed (players added, removed, etc)class
Tell a player about being invited to join a group, or the invitation expiring.class
A healed event.class
An event that tells the client to display an image sequence at an entity or location.class
class
class
A text message.class
tell the client about the progress of the players for quests or producersclass
class
shows a list of items with image and statsclass
class
A sound.class
A public text message.class
The state of a trade has changedclass
A graphvis diagram showing the FSM of an NPCclass
Event for requesting change in the map area the client displays. -
Uses of RPEvent in marauroa.common.game
Modifier and TypeMethodDescriptionRPObject.events()
Returns an unmodifiable list of the eventsRPObject.eventsIterator()
Iterate over the events list