Uses of Class
marauroa.common.game.RPEvent
Packages that use 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
Fields in games.stendhal.client.events declared as RPEventMethods in games.stendhal.client.events with parameters of type RPEvent -
Uses of RPEvent in games.stendhal.client.gui.imageviewer
Methods in games.stendhal.client.gui.imageviewer with parameters of type RPEventConstructors in games.stendhal.client.gui.imageviewer with parameters of type RPEventModifierConstructorDescriptionItemListImageViewerEvent(RPEvent event)Creates a new ItemListImageViewerEvent. -
Uses of RPEvent in games.stendhal.server.entity.npc
Methods in games.stendhal.server.entity.npc with parameters of type RPEvent -
Uses of RPEvent in games.stendhal.server.events
Subclasses of RPEvent in games.stendhal.server.eventsModifier and TypeClassDescriptionclassAn RPEntity attacks anotherclassAn event to show which creatures a player has killed.classAn online event.classAn offline event.classAn examine event that opens an image viewer with the specified image in the client.classAn event that tells the client to display a visual effect that affects the entire game screen.classThe group has changed (players added, removed, etc)classTell a player about being invited to join a group, or the invitation expiring.classA healed event.classAn event that tells the client to display an image sequence at an entity or location.classclassclassA text message.classtell the client about the progress of the players for quests or producersclassclassshows a list of items with image and statsclassclassA sound.classA public text message.classThe state of a trade has changedclassA graphvis diagram showing the FSM of an NPCclassEvent for requesting change in the map area the client displays. -
Uses of RPEvent in marauroa.common.game
Methods in marauroa.common.game that return types with arguments of type RPEventModifier and TypeMethodDescriptionRPObject.events()Returns an unmodifiable list of the eventsRPObject.eventsIterator()Iterate over the events listMethods in marauroa.common.game with parameters of type RPEvent