Uses of Interface
marauroa.common.game.IRPZone
Package
Description
high level database access.
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 IRPZone in games.stendhal.server.core.engine
-
Uses of IRPZone in games.stendhal.server.maps.magic.house1
-
Uses of IRPZone in games.stendhal.server.maps.northpole
-
Uses of IRPZone in games.stendhal.server.maps.semos.bank
-
Uses of IRPZone in marauroa.server.game.db
Modifier and TypeMethodDescriptionvoid
RPZoneDAO.loadRPZone(IRPZone zone)
loads storable objects for the specified zone from the databasevoid
RPZoneDAO.loadRPZone(DBTransaction transaction, IRPZone zone)
loads storable objects for the specified zone from the databasevoid
RPZoneDAO.storeRPZone(IRPZone zone)
Deprecated.void
RPZoneDAO.storeRPZone(DBTransaction transaction, IRPZone zone)
saves storable objects for the specified zone to the databasevoid
RPZoneDAO.storeRPZone(DBTransaction transaction, IRPZone zone, Iterable<RPObject> content)
saves storable objects for the specified zone to the database -
Uses of IRPZone in marauroa.server.game.dbcommand
ModifierConstructorDescriptionStoreZoneCommand(IRPZone zone, List<RPObject> frozenContent)
Asynchronously stores a zone -
Uses of IRPZone in marauroa.server.game.rp
Modifier and TypeMethodDescriptionRPWorld.getDefaultZone()
gets the default zone.RPWorld.getRPZone(IRPZone.ID zoneid)
Returns the zone or null if it doesn't existsRPWorld.getRPZone(RPObject.ID objectid)
Returns the zone or null if it doesn't existsRPWorld.removeRPZone(IRPZone.ID zoneid)
Removes a zone from world.RPWorld.removeRPZone(RPObject.ID objectid)
Removes a zone from world.Modifier and TypeMethodDescriptionRPWorld.iterator()
This method returns an iterator over all the zones contained.Modifier and TypeMethodDescriptionvoid
Adds a new zone to Worldvoid
RPWorld.setDefaultZone(IRPZone defaultZone)
sets the default zone