|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractZone | |
---|---|
org.starhope.appius.game | |
org.starhope.appius.types | |
org.starhope.appius.user | |
org.starhope.appius.via |
Uses of AbstractZone in org.starhope.appius.game |
---|
Classes in org.starhope.appius.game that implement AbstractZone | |
---|---|
class |
Zone
|
Fields in org.starhope.appius.game with type parameters of type AbstractZone | |
---|---|
(package private) Set<AbstractZone> |
Zone.emptyZones
List of empty zones |
(package private) Set<AbstractZone> |
Zone.retiredZones
Set of retired zones |
Methods in org.starhope.appius.game that return AbstractZone | |
---|---|
AbstractZone |
SmartFaux.createZone(String zoneName,
String string)
Deprecated. |
AbstractZone |
GameEvent.getZone()
This is an overriding method. |
AbstractZone |
RoomListener.getZone()
TODO: document this method (brpocock, Oct 31, 2009) |
AbstractZone |
Pet.getZone()
WRITEME |
AbstractZone |
SmartFaux.getZone(String name)
Deprecated. |
Methods in org.starhope.appius.game that return types with arguments of type AbstractZone | |
---|---|
LinkedList<AbstractZone> |
SmartFaux.getAllZones()
Deprecated. |
static LinkedList<AbstractZone> |
AppiusClaudiusCaecus.getAllZones()
|
Methods in org.starhope.appius.game with parameters of type AbstractZone | |
---|---|
static User |
ExtensionAide.createNPC(String userName,
String name,
int port,
AbstractZone zone)
Deprecated. |
void |
ExtensionAide.destroyRoom(AbstractZone zone,
int id)
Deprecated. |
void |
AppiusClaudiusCaecus.sendRoomList(AbstractZone forZone,
boolean remote)
Send the user a room list for an arbitrary zone |
Uses of AbstractZone in org.starhope.appius.types |
---|
Methods in org.starhope.appius.types with parameters of type AbstractZone | |
---|---|
org.json.JSONObject |
UserList.toJSON(AbstractZone zone)
|
Uses of AbstractZone in org.starhope.appius.user |
---|
Methods in org.starhope.appius.user that return AbstractZone | |
---|---|
AbstractZone |
User.getZone()
Get the user's current Zone, if the user is online. |
AbstractZone |
AbstractNonPlayerCharacter.getZone()
|
Uses of AbstractZone in org.starhope.appius.via |
---|
Classes in org.starhope.appius.via that implement AbstractZone | |
---|---|
class |
RemoteZone
TODO: The documentation for this type (RemoteZone) is incomplete. |
Methods in org.starhope.appius.via that return AbstractZone | |
---|---|
AbstractZone |
ExistsInRemoteWorld.getZone()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |