Uses of Class
marauroa.server.game.rp.RPServerManager
Package
Description
The server package contains all the classes that are only relevant to Server handling.
The package stores the game related code: glue logic and RP system framework.
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.
The package stores the connection validator.
-
Uses of RPServerManager in games.stendhal.server.core.engine
Modifier and TypeMethodDescriptionvoid
StendhalRPRuleProcessor.setContext(RPServerManager rpman)
-
Uses of RPServerManager in games.stendhal.server.core.rp
Modifier and TypeMethodDescriptionstatic void
StendhalRPAction.initialize(RPServerManager rpMan)
initializes the StendhalRPAction -
Uses of RPServerManager in marauroa.server
-
Uses of RPServerManager in marauroa.server.game
ModifierConstructorDescriptionGameServerManager(RSAKey key, INetworkServerManager netMan, RPServerManager rpMan)
Constructor that initialize also the RPManager -
Uses of RPServerManager in marauroa.server.game.messagehandler
Modifier and TypeMethodDescriptionvoid
DelayedEventHandler.handleDelayedEvent(RPServerManager rpMan, Object data)
handles an delayed eventvoid
DisconnectHandler.handleDelayedEvent(RPServerManager rpMan, Object data)
void
SendCharacterListHandler.handleDelayedEvent(RPServerManager rpMan, Object data)
sends the character list back to the uservoid
MessageDispatcher.init(INetworkServerManager netMan, RPServerManager rpMan, PlayerEntryContainer playerContainer, Statistics stats, RSAKey key)
Initializes the MessageHandlersModifierConstructorDescriptionCreates a new DelayedEventHandlerThread -
Uses of RPServerManager in marauroa.server.game.python
Modifier and TypeMethodDescriptionvoid
PythonRPRuleProcessor.setContext(RPServerManager rpman)
Set the context where the actions are executed. -
Uses of RPServerManager in marauroa.server.game.rp
Modifier and TypeFieldDescriptionprotected RPServerManager
RPRuleProcessorImpl.manager
RPServerManagerModifier and TypeMethodDescriptionvoid
IRPRuleProcessor.setContext(RPServerManager rpman)
Set the context where the actions are executed.void
RPRuleProcessorImpl.setContext(RPServerManager rpman)
Set the context where the actions are executed. -
Uses of RPServerManager in marauroa.server.net.validator
Modifier and TypeMethodDescriptionvoid
ConnectionValidator.handleDelayedEvent(RPServerManager rpMan, Object data)
-
Uses of RPServerManager in marauroa.server.net.web
ModifierConstructorDescriptioncreates a WebServletForStaticContent