Uses of Class
marauroa.common.game.IRPZone.ID
Packages that use IRPZone.ID
Package
Description
This package stores all the important data structures of Marauroa.
Stores all the messages classes.
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.ID in games.stendhal.server.core.engine
Methods in games.stendhal.server.core.engine with parameters of type IRPZone.ID -
Uses of IRPZone.ID in games.stendhal.server.entity.mapstuff.spawner
Methods in games.stendhal.server.entity.mapstuff.spawner with parameters of type IRPZone.IDModifier and TypeMethodDescriptionstatic PassiveEntityRespawnPoint
PassiveEntityRespawnPointFactory.create(String clazz, int type, IRPZone.ID id, int x, int y)
creates a PassiveEntityRespawnPoint. -
Uses of IRPZone.ID in marauroa.common.game
Fields in marauroa.common.game declared as IRPZone.IDMethods in marauroa.common.game that return IRPZone.IDConstructors in marauroa.common.game with parameters of type IRPZone.IDModifierConstructorDescriptionID(int objectid, IRPZone.ID zoneid)
ConstructorPerception(byte type, IRPZone.ID zoneid)
Constructor -
Uses of IRPZone.ID in marauroa.common.net.message
Methods in marauroa.common.net.message that return IRPZone.IDModifier and TypeMethodDescriptionMessageS2CPerception.getRPZoneID()
gets the id of the zone, this perception is for -
Uses of IRPZone.ID in marauroa.server.game.db
Methods in marauroa.server.game.db with parameters of type IRPZone.IDModifier and TypeMethodDescriptionboolean
RPZoneDAO.hasRPZone(IRPZone.ID zone)
Deprecated.boolean
RPZoneDAO.hasRPZone(DBTransaction transaction, IRPZone.ID zone)
is the specified zone saved to the database -
Uses of IRPZone.ID in marauroa.server.game.rp
Fields in marauroa.server.game.rp declared as IRPZone.IDMethods in marauroa.server.game.rp that return IRPZone.IDMethods in marauroa.server.game.rp with parameters of type IRPZone.IDModifier and TypeMethodDescriptionvoid
RPWorld.changeZone(IRPZone.ID newzoneid, RPObject object)
This methods make a player/object to change zone.RPWorld.getRPZone(IRPZone.ID zoneid)
Returns the zone or null if it doesn't existsboolean
RPWorld.hasRPZone(IRPZone.ID zoneid)
Returns true if world has such zoneRPWorld.removeRPZone(IRPZone.ID zoneid)
Removes a zone from world.