A B C D E F G H I J K L M N O P R S T U V W X Y Z _

L

language - Variable in class org.starhope.appius.user.Person
The user's preferred human language for communications.
LaserTagGame - Class in org.starhope.appius.game
 
LaserTagGame(Zone) - Constructor for class org.starhope.appius.game.LaserTagGame
 
lastActive - Variable in class org.starhope.appius.user.User
the time at which the user last was logged on, or the current time (plus 5 seconds) if they're on now.
lastCheckedZonesForSpawn - Static variable in class org.starhope.appius.game.Zone
 
lastInputTime - Variable in class org.starhope.appius.game.AppiusClaudiusCaecus
The time at which we last received input from the remote user.
lastMetronomeTick - Static variable in class org.starhope.appius.game.AppiusClaudiusCaecus
The time at which the global metronome thread last ticked.
lastTimestamp - Variable in class org.starhope.appius.game.npc.AppiusNPCManager
TODO: document this field (brpocock, Nov 17, 2009) lastTimestamp (AppiusNPCManager)
lastTried - Variable in class org.starhope.appius.mb.Payment
The time at which we last tried to re-submit a pending transaction
lastZoneName - Variable in class org.starhope.appius.user.User
the last zone on which the user had been logged on; or, their current zone, if we can see Smartfox from here.
latitude - Variable in class org.starhope.appius.mb.UserAddress
WRITEME
letsPlayWithFlash - Variable in class org.starhope.appius.game.AppiusClaudiusCaecus
This is a crazy XML looking string that we have to pump out to make the Flash plug-in happy.
LibMisc - Class in org.starhope.util
Miscellaneous utility methods that might be useful elsewhere
LibMisc() - Constructor for class org.starhope.util.LibMisc
 
liftBan(AbstractUser) - Method in class org.starhope.appius.game.npc.AbstractScriptedNPC
This is an overriding method.
liftBan(AbstractUser) - Method in interface org.starhope.appius.user.AbstractUser
WRITEME
liftBan(AbstractUser) - Method in class org.starhope.appius.user.User
Lift the ban upon this user.
liftBan(AbstractUser) - Method in class org.starhope.appius.via.RemoteUser
This is an overriding method.
listenAndDispatch() - Method in class org.starhope.appius.game.AdminListener
Listen for a new connection and dispatch it
listenForever() - Static method in class org.starhope.appius.game.AppiusClaudiusCaecus
Listen for incoming connections, and sit here until we get one.
listToDisplay(Collection<String>, String, String) - Static method in class org.starhope.appius.mb.Messages
TODO: document this method (brpocock, Sep 10, 2009)
listToDisplay(List<String>, String, String) - Static method in class org.starhope.appius.mb.Messages
Deprecated. 
listToDisplay(Object[], String, String) - Static method in class org.starhope.appius.mb.Messages
Deprecated. 
listToDisplay(Set<String>, String, String) - Static method in class org.starhope.appius.mb.Messages
Deprecated. 
listToDisplay(Collection<? extends Object>, String, String) - Static method in class org.starhope.util.LibMisc
TODO: document this method (brpocock, Jan 12, 2010)
listToDisplay(List<String>, String, String) - Static method in class org.starhope.util.LibMisc
Given a list of strings, combine then into a string for display purposes.
listToDisplay(Object[], String, String) - Static method in class org.starhope.util.LibMisc
 
listToDisplay_English(List<String>) - Static method in class org.starhope.util.LibMisc
Internal helper method for LibMisc.listToDisplay(List, String, String) for English.
listToDisplay_Español(List<String>) - Static method in class org.starhope.util.LibMisc
Internal helper method for LibMisc.listToDisplay(List, String, String) for Spanish.
listToDisplay_فرسئ(List<String>) - Static method in class org.starhope.util.LibMisc
Internal helper method for LibMisc.listToDisplay(List, String, String) for Persian.
liveCache - Static variable in class org.starhope.appius.user.User
A simple cache of live users
loadConfig() - Static method in class org.starhope.appius.util.AppiusConfig
Load (or reload) the configuration from the configuration properties file (/etc/appius/config.properties), and notify other classes that can adjust their configuration of that fact.
loadExtension(Class<?>) - Static method in class org.starhope.util.LibMisc
Find a substitute class for a command interpreter class with local extensions.
lobbies - Variable in class org.starhope.appius.game.Zone
Lobby rooms into which users are dropped at login, if they don't specify an initial room to join on their own
local_create() - Method in class org.starhope.appius.user.User
Hook for special stuff to be done right after a new user account is created
local_publicInfo(JSONObject) - Method in class org.starhope.appius.user.User
Append information in the subclass to the already-prepared JSON data for the getPublicInfo call
locality - Variable in class org.starhope.appius.mb.UserAddress
WRITEME
logEvent(String, String, String, String, HashMap<String, String>) - Static method in class org.starhope.appius.game.AppiusClaudiusCaecus
Record an event to the journal
loggedIn - Variable in class org.starhope.appius.game.AppiusClaudiusCaecus
If the user has been logged in, this flag will be true
loggedIn(String, AppiusClaudiusCaecus) - Method in class org.starhope.appius.user.User
 
loggedIn(String, SocketChannel) - Method in class org.starhope.appius.user.User
Deprecated. 
logger - Static variable in class org.starhope.appius.game.npc.AppiusNPCManager
The Logger for this class.
logIn(Zone, String, String) - Method in class org.starhope.appius.game.AppiusClaudiusCaecus
Process a login request from the user
login - Variable in class org.starhope.appius.user.User
The user's current, active login name.
login(String, String) - Method in class org.starhope.appius.user.User
Validate the user's login attempt, returning a failure message if it could not happen (e.g.
login_invalid() - Static method in class org.starhope.appius.mb.Messages
Deprecated. 
login_length() - Static method in class org.starhope.appius.mb.Messages
Deprecated. 
loginZone - Static variable in class org.starhope.appius.game.AppiusClaudiusCaecus
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).
longitude - Variable in class org.starhope.appius.mb.UserAddress
WRITEME
LuaNPC - Class in org.starhope.appius.game.npc
A non-player character controlled by a chunk of Lua script.
LuaNPC(LuaState) - Constructor for class org.starhope.appius.game.npc.LuaNPC
WRITEME
LuaNPCFactory - Class in org.starhope.appius.game.npc
A non-player character controlled by a chunk of Lua script.
LuaNPCFactory() - Constructor for class org.starhope.appius.game.npc.LuaNPCFactory
 

A B C D E F G H I J K L M N O P R S T U V W X Y Z _