Uses of Class
marauroa.common.Configuration
Package
Description
This package stores helpful classes for both client and server.
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.
-
Uses of Configuration in marauroa.common
Modifier and TypeMethodDescriptionstatic Configuration
Configuration.getConfiguration()
This method returns an instance of Configuration -
Uses of Configuration in marauroa.server.game.rp
Modifier and TypeMethodDescriptionprotected void
RPServerManager.initializeExtensions(Configuration conf)
This method loads the extensions: IRPRuleProcessor and IRPWorld that are going to be used to implement your game.