Uses of Interface
marauroa.common.game.IRPZone
Packages that use 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
Classes in games.stendhal.server.core.engine that implement IRPZoneMethods in games.stendhal.server.core.engine that return IRPZone -
Uses of IRPZone in games.stendhal.server.maps.magic.house1
Classes in games.stendhal.server.maps.magic.house1 that implement IRPZone -
Uses of IRPZone in games.stendhal.server.maps.northpole
Classes in games.stendhal.server.maps.northpole that implement IRPZone -
Uses of IRPZone in games.stendhal.server.maps.semos.bank
Classes in games.stendhal.server.maps.semos.bank that implement IRPZone -
Uses of IRPZone in marauroa.server.game.db
Methods in marauroa.server.game.db with parameters of type IRPZoneModifier and TypeMethodDescriptionvoidRPZoneDAO.loadRPZone(IRPZone zone)loads storable objects for the specified zone from the databasevoidRPZoneDAO.loadRPZone(DBTransaction transaction, IRPZone zone)loads storable objects for the specified zone from the databasevoidRPZoneDAO.storeRPZone(IRPZone zone)Deprecated.voidRPZoneDAO.storeRPZone(DBTransaction transaction, IRPZone zone)saves storable objects for the specified zone to the databasevoidRPZoneDAO.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
Constructors in marauroa.server.game.dbcommand with parameters of type IRPZoneModifierConstructorDescriptionStoreZoneCommand(IRPZone zone, List<RPObject> frozenContent)Asynchronously stores a zone -
Uses of IRPZone in marauroa.server.game.rp
Classes in marauroa.server.game.rp that implement IRPZoneMethods in marauroa.server.game.rp that return IRPZoneModifier 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.Methods in marauroa.server.game.rp that return types with arguments of type IRPZoneModifier and TypeMethodDescriptionRPWorld.iterator()This method returns an iterator over all the zones contained.Methods in marauroa.server.game.rp with parameters of type IRPZoneModifier and TypeMethodDescriptionvoidAdds a new zone to WorldvoidRPWorld.setDefaultZone(IRPZone defaultZone)sets the default zone