Uses of Class
marauroa.common.Configuration
Packages that use 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
Methods in marauroa.common that return ConfigurationModifier and TypeMethodDescriptionstatic Configuration
Configuration.getConfiguration()
This method returns an instance of Configuration -
Uses of Configuration in marauroa.server.game.rp
Methods in marauroa.server.game.rp with parameters of type ConfigurationModifier 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.