|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Zone in com.tootsville.game |
---|
Constructors in com.tootsville.game with parameters of type Zone | |
---|---|
PropsWeather(Zone z)
Instantiate the Props weather pattern |
Uses of Zone in org.starhope.appius.game |
---|
Fields in org.starhope.appius.game declared as Zone | |
---|---|
private Zone |
Room.zone
The zone in which this room exists |
private Zone |
GameEvent.zone
The zone zone (GameEvent) |
Fields in org.starhope.appius.game with type parameters of type Zone | |
---|---|
private static Set<Zone> |
ZoneSpawner.retiredZones
Zones which have been Retired may still be in play (there are probably users in them), but new users cannot see them or join them. |
Methods in org.starhope.appius.game that return Zone | |
---|---|
private static Zone |
AppiusClaudiusCaecus.createLoginZone()
Create the $Eden special login zone. |
static Zone |
AppiusClaudiusCaecus.getLoginZone()
|
Zone |
Room.getZone()
WRITEME. |
Zone |
GameEvent.getZone()
This is an overriding method. |
Zone |
RoomListener.getZone()
WRITEME: document this method (brpocock@star-hope.org, Oct 31, 2009) |
static Zone |
AppiusClaudiusCaecus.getZone(String zoneName)
Find a Zone object for a given zone name |
static Zone |
ZoneSpawner.spawnZone()
spawn a single new zone, and return that Zone |
static Zone |
ZoneSpawner.spawnZone(String zoneName)
Create a new, empty zone, and attach the default properties to it. |
static Zone |
ZoneSpawner.spawnZone(String zoneName,
String image)
Create a new, empty zone, and attach the default properties to it. |
Methods in org.starhope.appius.game that return types with arguments of type Zone | |
---|---|
static LinkedList<Zone> |
AppiusClaudiusCaecus.getAllZones()
|
Methods in org.starhope.appius.game with parameters of type Zone | |
---|---|
void |
GameEvent.acceptCommand(GeneralUser user,
Room room,
Zone zone2,
String[] command)
Accept a developer-level command and react to it. |
static void |
AppiusClaudiusCaecus.add(Zone zone)
Add a Zone to the global Zones list |
static void |
AppiusClaudiusCaecus.addZone(String zoneName,
Zone zone)
Deprecated. use AppiusClaudiusCaecus.add(Zone) |
static Room |
Room.create(String newMoniker,
Zone zone,
boolean mustExist)
Create a room from the database, or (if mustExist == false) create a new anonymous room. |
static Room |
Room.createPublicRoom(String roomName,
Zone zone)
Create a temporary/anonymous room without referring to the database. |
static Room |
Room.getByMoniker(String moniker,
Zone zone)
|
static Room |
Room.loadRoomFromDB(String newRoomMoniker,
Zone newRoomZone)
|
static Room |
Room.newPublicRoom(Zone homeZone)
|
void |
RunCommands.newZone(Zone z)
WRITEME: Document this method brpocock@star-hope.org |
void |
Room.pushToZone(Zone z)
Copy the room's variable set to another room with an identical moniker in a different zone. |
static void |
AppiusClaudiusCaecus.remove(Zone whichZone)
Deprecated. Use TheZones.remove(AbstractZone) instead |
void |
Room.setZone(Zone newZone)
|
private static void |
ZoneSpawner.spawnZone_addRooms(Zone zone)
While spawning a new zone, add rooms to it. |
Constructors in org.starhope.appius.game with parameters of type Zone | |
---|---|
GameEvent(Zone z,
char c)
|
Uses of Zone in org.starhope.appius.game.actions |
---|
Methods in org.starhope.appius.game.actions with parameters of type Zone | |
---|---|
void |
AutomaticDoor.newZone(Zone z)
|
void |
OperatorControlClick.newZone(Zone z)
|
Uses of Zone in org.starhope.appius.game.laserTag |
---|
Constructors in org.starhope.appius.game.laserTag with parameters of type Zone | |
---|---|
LaserTagGame(Zone z,
char ch)
|
Uses of Zone in org.starhope.appius.game.npc |
---|
Methods in org.starhope.appius.game.npc that return Zone | |
---|---|
Zone |
Ejecta.getZone()
|
Uses of Zone in org.starhope.appius.game.npc.plebeian |
---|
Constructors in org.starhope.appius.game.npc.plebeian with parameters of type Zone | |
---|---|
Plebeian(Zone z,
String login)
WRITEME: Document this constructor brpocock@star-hope.org |
Uses of Zone in org.starhope.appius.net |
---|
Fields in org.starhope.appius.net declared as Zone | |
---|---|
protected Zone |
ServerThread.zone
The Zone in which this thread is connecting |
Methods in org.starhope.appius.net that return Zone | |
---|---|
Zone |
ServerThread.getZone()
Get the zone in which this client is acting |
Methods in org.starhope.appius.net with parameters of type Zone | |
---|---|
void |
ServerThread.enterZone(Zone whichZone)
Enter into a Zone (set the local zone indicator) |
protected boolean |
ServerThread.logIn_checkPassword(User user,
String password,
Zone z)
Check whether the supplied password (encrypted in SHA-1) is correct. |
protected boolean |
BatchProcessor.logIn_checkPassword(User user,
String password,
Zone z)
|
boolean |
ServerThread.logIn(Zone z,
String bigNick,
String password)
Process a login request from the user |
protected void |
ServerThread.postLogIn(Zone z,
String password,
AbstractUser user)
Handle post-login events |
void |
ServerThread.sendBadPassword(Zone failZone,
User user,
String password)
Send the user a notification that their password was incorrect. |
Uses of Zone in org.starhope.appius.sys.admin |
---|
Fields in org.starhope.appius.sys.admin declared as Zone | |
---|---|
static Zone |
TheZones.loginZone
Users logging in are directed first the this landing zone, and then choose a Zone server to which they wish to connect (if multiple Zones have been established). |
Fields in org.starhope.appius.sys.admin with type parameters of type Zone | |
---|---|
private HashSet<Zone> |
TheZones.theZones
all zones active around here, known to exist to the cluster |
Methods in org.starhope.appius.sys.admin that return types with arguments of type Zone | |
---|---|
Collection<Zone> |
TheZones.all()
|
Collection<Zone> |
TheZones.getZonesOn(String serverHostname)
Get all zones found on a given server |
Iterator<Zone> |
TheZones.iterator()
This is an overriding method. |
Methods in org.starhope.appius.sys.admin with parameters of type Zone | |
---|---|
boolean |
TheZones.add(Zone arg0)
This is an overriding method. |
Method parameters in org.starhope.appius.sys.admin with type arguments of type Zone | |
---|---|
boolean |
TheZones.addAll(Collection<? extends Zone> arg0)
This is an overriding method. |
Uses of Zone in org.starhope.appius.test |
---|
Methods in org.starhope.appius.test with parameters of type Zone | |
---|---|
protected void |
UserLoadTest.postLogIn(Zone z,
String password,
AbstractUser user)
This is an overriding method. |
Constructors in org.starhope.appius.test with parameters of type Zone | |
---|---|
UserLoadTest(int n,
Zone z)
WRITEME |
Uses of Zone in org.starhope.appius.user |
---|
Methods in org.starhope.appius.user that return Zone | |
---|---|
Zone |
User.getZone()
Get the user's current Zone, if the user is online. |
Zone |
GeneralUser.getZone()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |