Uses of Package
marauroa.common.game
Packages that use marauroa.common.game
Package
Description
the Stendhal Client.
entities are all the interactive objects of the gaming world
(including players, NPCs, creatures, items, signs, chests, portals, ...)
events sent from the server to the client
the user interface including all dialogs, the main game window and
views for the game entities.
common classes for both server and client.
Actions are commands send from the clients to the server.
the scripting backend.
Entities are all the interactive objects of the gaming world
(including players, NPCs, creatures, items, signs, chests, portals, ...)
Management of Slots.
Events are notifications send from the server to the clients.
Interactive scripts that high level admins can invoke.
This package contains the client framework that you need to extend to
implement a real client.
This package contains the client network interface.
This package stores all the important data structures of Marauroa.
This package stores all the serializers to build Messages from a stream of bytes and
from a Message create a stream of bytes representing it.
Stores all the messages classes.
This package contains the classes that store information about players
connected to server.
high level database access.
This package provides a helper implementation for a Python RP Rules Manager and
a Python World storage.
This is possibly the most complex part of all the middleware that makes up Arianne.
Role Playing Design is the determining factor on how easy is to create a new game for Arianne.
Role Playing Design is the determining factor on how easy is to create a new game for Arianne.
-
Classes in marauroa.common.game used by games.stendhal.clientClassDescriptionThis class represent an Action.This class implements an Object.This class stores the basic identification for a RPObject
-
Classes in marauroa.common.game used by games.stendhal.client.entityClassDescriptionThis class represent an Action.This class implements an Object.This class stores the basic identification for a RPObjectThis class represent a slot in an object
-
Classes in marauroa.common.game used by games.stendhal.client.entity.factory
-
Classes in marauroa.common.game used by games.stendhal.client.events
-
Classes in marauroa.common.game used by games.stendhal.client.gui
-
Classes in marauroa.common.game used by games.stendhal.client.gui.imageviewer
-
Classes in marauroa.common.game used by games.stendhal.client.gui.login
-
Classes in marauroa.common.game used by games.stendhal.client.gui.spellcasting
-
Classes in marauroa.common.game used by games.stendhal.client.listener
-
Classes in marauroa.common.game used by games.stendhal.common
-
Classes in marauroa.common.game used by games.stendhal.server.actions
-
Classes in marauroa.common.game used by games.stendhal.server.actions.adminClassDescriptionThis class stores the definition of an attributes, event or rpslot.This class represent an Action.
-
Classes in marauroa.common.game used by games.stendhal.server.actions.attack
-
Classes in marauroa.common.game used by games.stendhal.server.actions.buddy
-
Classes in marauroa.common.game used by games.stendhal.server.actions.chat
-
Classes in marauroa.common.game used by games.stendhal.server.actions.equip
-
Classes in marauroa.common.game used by games.stendhal.server.actions.move
-
Classes in marauroa.common.game used by games.stendhal.server.actions.pet
-
Classes in marauroa.common.game used by games.stendhal.server.actions.query
-
Classes in marauroa.common.game used by games.stendhal.server.actions.spell
-
Classes in marauroa.common.game used by games.stendhal.server.actions.validator
-
Classes in marauroa.common.game used by games.stendhal.server.core.accountClassDescriptionThis class represent the result of creating an account.This class represent the result of creating an account.This enum represent the possible values returned by the create account process.This class implements an Object.
-
Classes in marauroa.common.game used by games.stendhal.server.core.engineClassDescriptionThis class represent the result of creating an account.This class represent the result of creating an account.Interface for managing the objects in a RPZone.An unique ID for this zoneThis class represent an Action.This class implements an Object.This class stores the basic identification for a RPObjectThis class represent a slot in an object
-
Classes in marauroa.common.game used by games.stendhal.server.core.engine.db
-
Classes in marauroa.common.game used by games.stendhal.server.core.engine.dbcommand
-
Classes in marauroa.common.game used by games.stendhal.server.core.engine.transformer
-
Classes in marauroa.common.game used by games.stendhal.server.core.events
-
Classes in marauroa.common.game used by games.stendhal.server.core.rp.equipping.builder
-
Classes in marauroa.common.game used by games.stendhal.server.core.scriptingClassDescriptionThis class hosts a list of Attributes stored as pairs String=String.This class represent an Action.This class implements an Object.interface for RP-classes that own slots
-
Classes in marauroa.common.game used by games.stendhal.server.entityClassDescriptionThis class hosts a list of Attributes stored as pairs String=String.This class implements an Object.This class represent a slot in an objectinterface for RP-classes that own slots
-
Classes in marauroa.common.game used by games.stendhal.server.entity.creatureClassDescriptionThis class hosts a list of Attributes stored as pairs String=String.This class implements an Object.interface for RP-classes that own slots
-
Classes in marauroa.common.game used by games.stendhal.server.entity.equip
-
Classes in marauroa.common.game used by games.stendhal.server.entity.itemClassDescriptionThis class hosts a list of Attributes stored as pairs String=String.This class implements an Object.This class represent a slot in an objectinterface for RP-classes that own slots
-
Classes in marauroa.common.game used by games.stendhal.server.entity.item.scrollClassDescriptionThis class hosts a list of Attributes stored as pairs String=String.This class implements an Object.interface for RP-classes that own slots
-
Classes in marauroa.common.game used by games.stendhal.server.entity.item.timedClassDescriptionThis class hosts a list of Attributes stored as pairs String=String.This class implements an Object.interface for RP-classes that own slots
-
Classes in marauroa.common.game used by games.stendhal.server.entity.item.tokenClassDescriptionThis class hosts a list of Attributes stored as pairs String=String.This class implements an Object.interface for RP-classes that own slots
-
Classes in marauroa.common.game used by games.stendhal.server.entity.mapstuffClassDescriptionThis class hosts a list of Attributes stored as pairs String=String.This class implements an Object.interface for RP-classes that own slots
-
Classes in marauroa.common.game used by games.stendhal.server.entity.mapstuff.areaClassDescriptionThis class hosts a list of Attributes stored as pairs String=String.An RPClass is a entity that define the attributes, events and slots of an Object.This class implements an Object.This class stores the basic identification for a RPObjectinterface for RP-classes that own slots
-
Classes in marauroa.common.game used by games.stendhal.server.entity.mapstuff.blockClassDescriptionThis class hosts a list of Attributes stored as pairs String=String.This class implements an Object.interface for RP-classes that own slots
-
Classes in marauroa.common.game used by games.stendhal.server.entity.mapstuff.chestClassDescriptionThis class hosts a list of Attributes stored as pairs String=String.This class implements an Object.This class represent a slot in an objectinterface for RP-classes that own slots
-
Classes in marauroa.common.game used by games.stendhal.server.entity.mapstuff.gameClassDescriptionThis class hosts a list of Attributes stored as pairs String=String.This class implements an Object.interface for RP-classes that own slots
-
Classes in marauroa.common.game used by games.stendhal.server.entity.mapstuff.officeClassDescriptionThis class hosts a list of Attributes stored as pairs String=String.This class implements an Object.interface for RP-classes that own slots
-
Classes in marauroa.common.game used by games.stendhal.server.entity.mapstuff.portalClassDescriptionThis class hosts a list of Attributes stored as pairs String=String.This class implements an Object.interface for RP-classes that own slots
-
Classes in marauroa.common.game used by games.stendhal.server.entity.mapstuff.signClassDescriptionThis class hosts a list of Attributes stored as pairs String=String.This class implements an Object.interface for RP-classes that own slots
-
Classes in marauroa.common.game used by games.stendhal.server.entity.mapstuff.soundClassDescriptionThis class hosts a list of Attributes stored as pairs String=String.This class implements an Object.interface for RP-classes that own slots
-
Classes in marauroa.common.game used by games.stendhal.server.entity.mapstuff.spawnerClassDescriptionThis class hosts a list of Attributes stored as pairs String=String.An unique ID for this zoneThis class implements an Object.interface for RP-classes that own slots
-
Classes in marauroa.common.game used by games.stendhal.server.entity.mapstuff.useableClassDescriptionThis class hosts a list of Attributes stored as pairs String=String.This class implements an Object.interface for RP-classes that own slots
-
Classes in marauroa.common.game used by games.stendhal.server.entity.npcClassDescriptionThis class hosts a list of Attributes stored as pairs String=String.This class implements an event.This class implements an Object.interface for RP-classes that own slots
-
Classes in marauroa.common.game used by games.stendhal.server.entity.playerClassDescriptionThis class hosts a list of Attributes stored as pairs String=String.This class implements an Object.interface for RP-classes that own slots
-
Classes in marauroa.common.game used by games.stendhal.server.entity.slot
-
Classes in marauroa.common.game used by games.stendhal.server.entity.spellClassDescriptionThis class hosts a list of Attributes stored as pairs String=String.This class implements an Object.interface for RP-classes that own slots
-
Classes in marauroa.common.game used by games.stendhal.server.entity.tradeClassDescriptionThis class hosts a list of Attributes stored as pairs String=String.This class implements an Object.interface for RP-classes that own slots
-
Classes in marauroa.common.game used by games.stendhal.server.eventsClassDescriptionThis class hosts a list of Attributes stored as pairs String=String.This class implements an event.interface for RP-classes that own slots
-
Classes in marauroa.common.game used by games.stendhal.server.extension
-
Classes in marauroa.common.game used by games.stendhal.server.maps.magic.house1
-
Classes in marauroa.common.game used by games.stendhal.server.maps.nalwor.forestClassDescriptionThis class hosts a list of Attributes stored as pairs String=String.This class implements an Object.interface for RP-classes that own slots
-
Classes in marauroa.common.game used by games.stendhal.server.maps.nalwor.hell
-
Classes in marauroa.common.game used by games.stendhal.server.maps.northpole
-
Classes in marauroa.common.game used by games.stendhal.server.maps.quests.mazeClassDescriptionThis class hosts a list of Attributes stored as pairs String=String.This class implements an Object.interface for RP-classes that own slots
-
Classes in marauroa.common.game used by games.stendhal.server.maps.semos.bank
-
Classes in marauroa.common.game used by games.stendhal.server.maps.semos.cityClassDescriptionThis class hosts a list of Attributes stored as pairs String=String.This class implements an Object.interface for RP-classes that own slots
-
Classes in marauroa.common.game used by games.stendhal.server.maps.semos.tavern.marketClassDescriptionThis class hosts a list of Attributes stored as pairs String=String.This class implements an Object.interface for RP-classes that own slots
-
Classes in marauroa.common.game used by games.stendhal.server.script
-
Classes in marauroa.common.game used by games.stendhal.server.util
-
Classes in marauroa.common.game used by marauroa.clientClassDescriptionThis class represent the result of creating an account.This class represent the result of creating an account.This class represent an Action.This class implements an Object.
-
Classes in marauroa.common.game used by marauroa.client.netClassDescriptionThis class implements an Object.This class stores the basic identification for a RPObject
-
Classes in marauroa.common.game used by marauroa.common.gameClassDescriptionThis class hosts a list of Attributes stored as pairs String=String.This class stores the definition of an attributes, event or rpslot.This enum determine to which entity the definition belogs: either attributes, event or slotDefine the possible types of an attribute or eventThis enum provides detatil level of the serializationAn unique ID for this zoneThe Perception class provides a encapsultated way of managing perceptions.This enum represent the possible values returned by the create account process.This class represent an Action.An RPClass is a entity that define the attributes, events and slots of an Object.This class implements an event.An RPLink represent an object relation that is not as strong as RPSlot, and although it could be modelled with a slot it would be better to manage it with an RPLink.This class implements an Object.This class stores the basic identification for a RPObjectinvalid rpobject (required attribute is missing).This class represent a slot in an objectThrown in case the object already has a slot with this nameinterface for RP-classes that own slots
-
Classes in marauroa.common.game used by marauroa.common.netClassDescriptionThis class hosts a list of Attributes stored as pairs String=String.This enum provides detatil level of the serialization
-
Classes in marauroa.common.game used by marauroa.common.net.messageClassDescriptionAn unique ID for this zoneThe Perception class provides a encapsultated way of managing perceptions.This enum represent the possible values returned by the create account process.This class represent an Action.This class implements an Object.
-
Classes in marauroa.common.game used by marauroa.server.game.container
-
Classes in marauroa.common.game used by marauroa.server.game.dbClassDescriptionInterface for managing the objects in a RPZone.An unique ID for this zoneThis class implements an Object.
-
Classes in marauroa.common.game used by marauroa.server.game.dbcommand
-
Classes in marauroa.common.game used by marauroa.server.game.pythonClassDescriptionThis class represent the result of creating an account.This class represent the result of creating an account.This class represent an Action.This class implements an Object.invalid rpobject (required attribute is missing).thrown in case an expected rpobject is not found
-
Classes in marauroa.common.game used by marauroa.server.game.rpClassDescriptionThis class represent the result of creating an account.This class represent the result of creating an account.Interface for managing the objects in a RPZone.An unique ID for this zoneThe Perception class provides a encapsultated way of managing perceptions.This class represent an Action.This class implements an Object.This class stores the basic identification for a RPObjectinvalid rpobject (required attribute is missing).thrown in case an expected rpobject is not found