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 _

G

gameCode - Variable in class org.starhope.appius.game.GameEvent
the one-char identifier for this game
GameEvent - Class in org.starhope.appius.game
A GameEvent is a room-wide (or multi-room) game that occurs within the larger context of the game.
GameEvent(Zone) - Constructor for class org.starhope.appius.game.GameEvent
 
gameEvent - Variable in class org.starhope.appius.game.Room
The Game Event in this room, or (usually) null
GameFlagValue - Class in org.starhope.appius.types
TODO: The documentation for this type (GameFlagValue) is incomplete.
GameFlagValue() - Constructor for class org.starhope.appius.types.GameFlagValue
WRITEME
GameLogicException - Exception in org.starhope.appius.except
An exception which can be thrown in the database code, that reflects something that's less of a data-consistency error, and more of a game logic issue.
GameLogicException(String, Object, Object) - Constructor for exception org.starhope.appius.except.GameLogicException
 
gameState - Variable in class org.starhope.appius.game.GameEvent
the current game state (mode)
GameStateFlag - Enum in org.starhope.appius.game
TODO: The documentation for this type (GameStateFlag) is incomplete.
GameStateFlag() - Constructor for enum org.starhope.appius.game.GameStateFlag
 
GameWorldMessage - Interface in org.starhope.appius.types
 
gateway - Variable in exception org.starhope.appius.pay.util.UnsupportedCredentialException
TODO: document this field (brpocock, Nov 20, 2009) gateway (UnsupportedCredentialException)
Gender - Enum in org.starhope.appius.types
 
Gender() - Constructor for enum org.starhope.appius.types.Gender
 
generateNewPassword() - Method in class org.starhope.appius.user.Person
Generate a new, random password using only ASCII-7 printable characters ($20 to $7e).
generateOrderCode() - Method in class org.starhope.appius.mb.UserEnrolment
Create a pseudorandom, unique order code consisting of the approved letters and numbers.
generateSystemName() - Method in class org.starhope.appius.user.User
Generate a new "anonymous user name" for the user.
genFakeIP(Object) - Static method in class org.starhope.util.LibMisc
Generate something that resembles an IP address, but is clearly not a valid host address.
genRandomKey() - Method in class org.starhope.appius.game.AppiusClaudiusCaecus
Generate a new random key, avoiding characters that won't work with Smart Fox Server clients
genZoneName() - Method in class org.starhope.appius.game.Zone
Generate the name for a new zone based upon this one's name
GeoCoderDotUS - Class in org.starhope.appius.mb.address
This class is used to validate addresses and provide alternate suggestions for addresses which are suspected to be invalid.
GeoCoderDotUS() - Constructor for class org.starhope.appius.mb.address.GeoCoderDotUS
 
get(JSONObject) - Static method in class org.starhope.appius.mb.Currency
 
get(String) - Static method in class org.starhope.appius.mb.Currency
 
get(JSONObject) - Static method in class org.starhope.appius.mb.PaymentGateway
 
get(String) - Static method in class org.starhope.appius.mb.PaymentGateway
 
get(JSONObject) - Static method in class org.starhope.appius.mb.UserAddress
 
get() - Static method in class org.starhope.appius.messaging.BadMailList
 
get(Class<? extends SQLPeerDatum>, JSONObject) - Static method in class org.starhope.appius.sql.SQLPeerDatum
This method should return an SQLPeerDatum-derived object based upon its class and a serialized JSON form.
get(Class<? extends SQLPeerEnum>, int) - Static method in class org.starhope.appius.sql.SQLPeerEnum
TODO: document this method (brpocock, Nov 19, 2009)
get(Class<? extends SQLPeerEnum>, String) - Static method in class org.starhope.appius.sql.SQLPeerEnum
TODO: document this method (brpocock, Nov 19, 2009)
get(JSONObject) - Static method in class org.starhope.appius.user.User
Pick up a user from a JSON object containing either the ID or login (user name) string
get_USD() - Static method in class org.starhope.appius.mb.Currency
This is a quick "semantic sugar" to pick up U.S.
getAccurateHeadcount() - Static method in class org.starhope.appius.game.AppiusClaudiusCaecus
Get the accurate number of users in all zones.
getActiveClothing() - Method in class org.starhope.appius.user.User
 
getActiveDecorations(int) - Method in class org.starhope.appius.game.npc.AbstractScriptedNPC
This is an overriding method.
getActiveDecorations(int) - Method in interface org.starhope.appius.user.AbstractUser
 
getActiveDecorations(int) - Method in class org.starhope.appius.user.User
get the decorations active (placed) in a room of this user's house
getActiveDecorations(int) - Method in class org.starhope.appius.via.RemoteUser
This is an overriding method.
getActiveItemByType(InventoryItemType) - Method in class org.starhope.appius.user.User
Returns the active item for an item type.
getActiveItemByType(String) - Method in class org.starhope.appius.user.User
Returns the active item for an item type.
getActiveItemByTypeAndUserID(int, int) - Static method in class org.starhope.appius.user.User
WRITEME: Document this field.
getActiveItemByTypeAndUserID(InventoryItemType, int) - Static method in class org.starhope.appius.user.User
WRITEME: Document this field.
getAddress() - Method in class org.starhope.appius.mb.UserAddress
 
getAddress() - Method in class org.starhope.appius.pay.util.PaymentCredential
 
getAddress2() - Method in class org.starhope.appius.mb.UserAddress
 
getAddressPair() - Method in class org.starhope.appius.mb.UserAddress
 
getAddressSuggestions(UserAddress) - Method in class org.starhope.appius.mb.address.GeoCoderDotUS
 
getAddressSuggestions(UserAddress) - Method in class org.starhope.appius.mb.address.GoogleMapsGeocoder
This is an overriding method.
getAddressSuggestions(UserAddress) - Method in interface org.starhope.appius.mb.address.UserAddressValidator
TODO: document this method (brpocock, Oct 13, 2009)
getAddressType() - Method in class org.starhope.appius.mb.UserAddress
 
getAdminPort() - Static method in class org.starhope.appius.util.AppiusConfig
Get the port number on which to listen for administrative commands
getAge() - Method in class org.starhope.appius.game.npc.AbstractScriptedNPC
This is an overriding method.
getAge() - Method in interface org.starhope.appius.user.AbstractUser
 
getAge() - Method in class org.starhope.appius.user.User
Get the current age of the user.
getAge() - Method in class org.starhope.appius.via.RemoteUser
This is an overriding method.
getAgeGroup() - Method in class org.starhope.appius.user.User
 
getAllBadges() - Method in class org.starhope.appius.game.Zone
Get all badges in this Zone (and to which rooms they are applied)
getAllBadges_JSON() - Method in class org.starhope.appius.game.Zone
get all badges on the Zone in JSON form
getAllForUserID(int) - Static method in class org.starhope.appius.mb.UserEnrolment
 
getAllListeners() - Method in interface org.starhope.appius.game.AbstractRoom
 
getAllListeners() - Method in class org.starhope.appius.game.Room
This is an overriding method.
getAllListeners() - Method in class org.starhope.appius.via.RemoteRoom
This is an overriding method.
getAllRooms() - Static method in class org.starhope.appius.game.Room
 
getAllUsers() - Method in interface org.starhope.appius.game.AbstractRoom
 
getAllUsers() - Static method in class org.starhope.appius.game.AppiusClaudiusCaecus
Get a collection of all users in all zones.
getAllUsers() - Method in class org.starhope.appius.game.Room
This is an overriding method.
getAllUsers() - Method in class org.starhope.appius.via.RemoteRoom
This is an overriding method.
getAllUsersIDsInZone() - Method in class org.starhope.appius.game.Zone
get the user ID's of all users active in the Zone
getAllUsersIDsInZone() - Method in interface org.starhope.appius.types.AbstractZone
 
getAllUsersIDsInZone() - Method in class org.starhope.appius.via.RemoteZone
 
getAllUsersInZone() - Method in class org.starhope.appius.game.Zone
This is an overriding method.
getAllUsersInZone() - Method in interface org.starhope.appius.types.AbstractZone
 
getAllUsersInZone() - Method in class org.starhope.appius.via.RemoteZone
This is an overriding method.
getAllZones() - Static method in class org.starhope.appius.game.AppiusClaudiusCaecus
 
getAllZones() - Method in class org.starhope.appius.game.SmartFaux
Deprecated. 
getAmount() - Method in class org.starhope.appius.mb.UserEnrolment
 
getAmount() - Method in interface org.starhope.appius.pay.util.Invoiceable
 
getAnnotation(String) - Method in class org.starhope.appius.mb.Payment
Retrieve a specific annotation made against a payment.
getAnnotationNames() - Method in class org.starhope.appius.mb.Payment
Retrieve an array of annotation names.
getApartment() - Method in class org.starhope.appius.mb.UserAddress
 
getApple(String) - Method in class org.starhope.appius.game.AppiusClaudiusCaecus
Get the “apple” (CHAP authentication string SHA1 digest encoded in hex) for the login system
getApple(AppiusClaudiusCaecus, String) - Method in class org.starhope.appius.game.Zone
Deprecated. 
getApprovalCookie() - Method in class org.starhope.appius.user.Parent
 
getApprovalCookie() - Method in class org.starhope.appius.user.Person
Get a cookie object for sending mail.
getApprovalCookie() - Method in class org.starhope.appius.user.User
 
getApprovedDate() - Method in class org.starhope.appius.user.User
 
getApprovedDateString() - Method in class org.starhope.appius.game.npc.AbstractScriptedNPC
This is an overriding method.
getApprovedDateString() - Method in interface org.starhope.appius.user.AbstractUser
 
getApprovedDateString() - Method in class org.starhope.appius.user.User
 
getApprovedDateString() - Method in class org.starhope.appius.via.RemoteUser
This is an overriding method.
getARBAPI() - Method in class org.starhope.appius.pay.AuthorizeNetGateway
 
getArbitraryVars() - Method in class org.starhope.appius.game.Room
Load arbitrary room variable values from the database
getAssetURL(String, AssetFormat, int) - Method in interface org.starhope.appius.game.HasAssets
TODO: document this method (brpocock, Oct 13, 2009)
getAuthSubID() - Method in class org.starhope.appius.mb.UserEnrolment
 
getAutoCommit() - Method in class org.starhope.appius.test.ConnectionDebug
 
getAvailableEnrolments() - Static method in class org.starhope.appius.mb.Enrolment
Returns all products in the products table that are flagged as Available AND Visible
getAvatarClass() - Method in class org.starhope.appius.game.npc.AbstractScriptedNPC
This is an overriding method.
getAvatarClass() - Method in interface org.starhope.appius.user.AbstractUser
 
getAvatarClass() - Method in class org.starhope.appius.user.User
 
getAvatarClass() - Method in class org.starhope.appius.via.RemoteUser
This is an overriding method.
getAvatarLabel() - Method in class org.starhope.appius.game.npc.AbstractScriptedNPC
This is an overriding method.
getAvatarLabel() - Method in interface org.starhope.appius.user.AbstractUser
The avatar label is the text block that is displayed with the avatar for this object.
getAvatarLabel() - Method in class org.starhope.appius.user.User
This is an overriding method.
getAvatarLabel() - Method in class org.starhope.appius.via.RemoteUser
This is an overriding method.
getAvatarString(int) - Method in class org.starhope.appius.user.AvatarClass
TODO: document this method (brpocock, Oct 13, 2009)
getBackdoorBufferSize() - Static method in class org.starhope.appius.util.AppiusConfig
 
getBadgesForRoom(AbstractRoom) - Method in class org.starhope.appius.game.Zone
Get any badges assigned to a room
getBaseColor() - Method in class org.starhope.appius.user.User
 
getBegins() - Method in class org.starhope.appius.mb.UserEnrolment
 
getBirthDate() - Method in class org.starhope.appius.user.User
 
getBlue() - Method in class org.starhope.appius.types.Colour
 
getBody() - Method in interface org.starhope.appius.types.GameWorldMessage
 
getBootTime() - Static method in class org.starhope.appius.game.AppiusClaudiusCaecus
Get the server start time
getBuddyList() - Method in class org.starhope.appius.user.User
Get the user's buddy list (a UserList)
getBuddyListNames() - Method in class org.starhope.appius.game.npc.AbstractScriptedNPC
This is an overriding method.
getBuddyListNames() - Method in interface org.starhope.appius.user.AbstractUser
TODO: document this method (brpocock, Jan 11, 2010)
getBuddyListNames() - Method in class org.starhope.appius.user.User
Get the names of everyone on the user's buddy list.
getBuddyListNames() - Method in class org.starhope.appius.via.RemoteUser
This is an overriding method.
getBuddyListNamesAsArray() - Method in class org.starhope.appius.user.User
Get the names of everyone on the user's buddy list.
getBuddySignature(AbstractUser, AbstractUser) - Static method in class org.starhope.appius.game.Commands
Create a fancy signature thing to validate buddy list requests
getBuyer() - Method in class org.starhope.appius.mb.UserEnrolment
 
getBuyer() - Method in interface org.starhope.appius.pay.util.Invoiceable
TODO: refactor payment gateways to use the buyer information: promote this up to Invoiceable interface.
getBuyerCompany() - Method in class org.starhope.appius.pay.util.PaymentCredential
 
getBuyerFamilyName() - Method in class org.starhope.appius.pay.util.PaymentCredential
 
getBuyerGivenName() - Method in class org.starhope.appius.pay.util.PaymentCredential
 
getByApprovalCookie(String) - Static method in class org.starhope.appius.user.Parent
 
getByClass(Class<? extends PaymentGatewayReal>) - Static method in class org.starhope.appius.mb.PaymentGateway
 
getByCode(String) - Static method in class org.starhope.appius.mb.Currency
 
getByID(int) - Static method in class org.starhope.appius.mb.Enrolment
TODO: document this method (brpocock, Sep 23, 2009)
getByID() - Static method in class org.starhope.appius.test.TestGetByID
theys Jan 11, 2010
getByID(int) - Method in interface org.starhope.appius.types.GameWorldMessage
 
getByID(int) - Static method in class org.starhope.appius.user.AvatarClass
WRITEME: document this method (brpocock, Aug 27, 2009)
getByID(int) - Static method in class org.starhope.appius.user.Parent
 
getByID(int) - Static method in class org.starhope.appius.user.User
Instantiate a user object from an existing user account ID
getByLogin() - Static method in class org.starhope.appius.test.TestGetByID
theys Jan 11, 2010
getByLogin(String) - Static method in class org.starhope.appius.user.User
 
getByMail(String) - Static method in class org.starhope.appius.user.Parent
 
getByMail(String) - Static method in class org.starhope.appius.user.User
Returns an array of all users associated with a given eMail address.
getByMoniker(String, Zone) - Static method in class org.starhope.appius.game.Room
 
getByName(String) - Static method in class org.starhope.appius.game.Zone
Deprecated. use AppiusClaudiusCaecus.getZone(String)
getByName(String) - Static method in class org.starhope.appius.via.RemoteZone
TODO: document this method (brpocock, Jan 11, 2010)
getByProductCode(String) - Static method in class org.starhope.appius.mb.Enrolment
 
getByRequestedName(String) - Static method in class org.starhope.appius.user.User
Get the user who has requested a certain name, if any.
getBySourceAndCode(String, String) - Static method in class org.starhope.appius.mb.UserEnrolment
Retrieve a User Enrolment based off the invoice number split into orderSource and orderCode.
getByTitle(String) - Static method in class org.starhope.appius.sys.op.Filter
WRITEME: document this method (brpocock, Aug 24, 2009)
getCaboose() - Method in interface org.starhope.appius.game.TrainCar
TODO: document this method (brpocock, Dec 14, 2009)
getCache(String) - Static method in class org.starhope.appius.util.AppiusConfig
 
getCacheGlobalID() - Method in class org.starhope.appius.sql.SQLPeerDatum
Get the globally-unique ID for this object, including the canonical class name, for the cache.
getCacheUniqueID() - Method in class org.starhope.appius.game.GameEvent
This is an overriding method.
getCacheUniqueID() - Method in class org.starhope.appius.game.Room
This is an overriding method.
getCacheUniqueID() - Method in class org.starhope.appius.mb.Currency
This is an overriding method.
getCacheUniqueID() - Method in class org.starhope.appius.mb.Enrolment
This is an overriding method.
getCacheUniqueID() - Method in class org.starhope.appius.mb.Payment
This is an overriding method.
getCacheUniqueID() - Method in class org.starhope.appius.mb.PaymentGateway
This is an overriding method.
getCacheUniqueID() - Method in class org.starhope.appius.mb.UserAddress
 
getCacheUniqueID() - Method in class org.starhope.appius.mb.UserEnrolment
 
getCacheUniqueID() - Method in class org.starhope.appius.sql.SQLPeerDatum
 
getCacheUniqueID() - Method in class org.starhope.appius.sql.SQLPeerEnum
This is an overriding method.
getCacheUniqueID() - Method in class org.starhope.appius.sys.op.Filter
This is an overriding method.
getCacheUniqueID() - Method in class org.starhope.appius.user.Parent
This is an overriding method.
getCacheUniqueID() - Method in class org.starhope.appius.user.User
This is an overriding method.
getCallerFromTrace() - Method in class org.starhope.appius.test.ConnectionDebug
theys Jan 4, 2010
getCanIdentifyAs() - Method in class org.starhope.appius.types.InventoryItemType
Get the identification string of this item type.
getCatalog() - Method in class org.starhope.appius.test.ConnectionDebug
 
getCharon() - Static method in class org.starhope.appius.game.AppiusClaudiusCaecus
Get the Charon reaper thread
getChatBG() - Method in class org.starhope.appius.user.User
 
getChatFG() - Method in class org.starhope.appius.user.User
 
getChatFilter() - Static method in class org.starhope.appius.sys.op.Filter
Deprecated. 
getChatFilterName() - Static method in class org.starhope.appius.util.AppiusConfig
Deprecated. 
getChildren() - Method in class org.starhope.appius.user.Parent
This will load up to 2×maxChildren children for an account.
getCity() - Method in class org.starhope.appius.mb.UserAddress
 
getClientInfo() - Method in class org.starhope.appius.test.ConnectionDebug
 
getClientInfo(String) - Method in class org.starhope.appius.test.ConnectionDebug
 
getCode() - Method in class org.starhope.appius.mb.Currency
Get the three-character (ISO-4217) currency code.
getCode() - Method in class org.starhope.appius.mb.PaymentGateway
 
getComplaint() - Method in exception org.starhope.appius.except.DataException
 
getConfig(String) - Static method in class org.starhope.appius.util.AppiusConfig
This fetches up a configuration property in general.
getConfigBool(String) - Static method in class org.starhope.appius.util.AppiusConfig
 
getConfigBoolOrFalse(String) - Static method in class org.starhope.appius.util.AppiusConfig
The same as AppiusConfig.getConfigBool(String) but returns a "false" if the key is not found
getConfigOrDefault(String, String) - Static method in class org.starhope.appius.util.AppiusConfig
 
getConfigOrNull(String) - Static method in class org.starhope.appius.util.AppiusConfig
This calls @see(#getConfig), but doesn't throw any exceptions, it just returns a null if the string isn't found in the configuration.
getConfirmationTemplate() - Method in class org.starhope.appius.user.Parent
Get the name of the template file to be used to confirm accounts of this type.
getConfirmationTemplate() - Method in class org.starhope.appius.user.Person
WRITEME: document this method (theys, Sep 9, 2009)
getConfirmationTemplate() - Method in class org.starhope.appius.user.User
This is an overriding method.
getConnectedFrom() - Method in class org.starhope.appius.user.User
Get the IP address or hostname from which the user is connected (if we can tell).
getConnectionToArbitraryDatabase(String, String, String, String) - Static method in class org.starhope.appius.util.AppiusConfig
Obtain a connection to an arbitrary schema on the database server
getCountdownDuration() - Method in class org.starhope.appius.game.GameEvent
Time (in ms) for the game countdown period timer.
getCountry() - Method in class org.starhope.appius.mb.UserAddress
 
getCouponCode() - Method in class org.starhope.appius.user.Person
TODO: document this method (theys, Nov 5, 2009)
getCredentials() - Method in class org.starhope.appius.mb.Payment
Note: Credentials for payment are not saved to JSON or database.
getCredentialType() - Method in class org.starhope.appius.pay.util.PaymentCredential
 
getCurrency() - Method in class org.starhope.appius.mb.Enrolment
 
getCurrency() - Method in class org.starhope.appius.mb.Payment
Get the currency with which this payment was/will be made
getCurrency() - Method in class org.starhope.appius.mb.UserEnrolment
 
getCurrency() - Method in interface org.starhope.appius.pay.util.Invoiceable
 
getDatabaseConnection() - Static method in class org.starhope.appius.util.AppiusConfig
 
getDatagram() - Method in class org.starhope.appius.game.AppiusDatagram
 
getDBCPInfo() - Static method in class org.starhope.appius.util.AppiusConfig
TODO: document this method (brpocock, Dec 16, 2009)
getDBCPWhenExhaustedAction() - Static method in class org.starhope.appius.util.AppiusConfig
Get the byte values used for DBCP enumeration of whenExhaustedAction from the string forms used in the configuration.
getDebugName() - Method in interface org.starhope.appius.game.AbstractRoom
Get the debugging version of the room's name.
getDebugName() - Method in class org.starhope.appius.game.Room
This is an overriding method.
getDebugName() - Method in class org.starhope.appius.via.RemoteRoom
This is an overriding method.
getDefaultBaseColor() - Method in class org.starhope.appius.user.AvatarClass
 
getDefaultExtraColor() - Method in class org.starhope.appius.user.AvatarClass
 
getDefaultPattern() - Method in class org.starhope.appius.user.AvatarClass
 
getDefaultPatternColor() - Method in class org.starhope.appius.user.AvatarClass
 
getDescription() - Method in class org.starhope.appius.mb.UserEnrolment
TODO: document this method (brpocock, Nov 19, 2009)
getDescription() - Method in interface org.starhope.appius.types.ItemCreationTemplate
Get the user-visible description of the item
getDialect() - Method in class org.starhope.appius.game.npc.AbstractScriptedNPC
This is an overriding method.
getDialect() - Method in interface org.starhope.appius.user.AbstractUser
 
getDialect() - Method in class org.starhope.appius.user.Person
 
getDialect() - Method in class org.starhope.appius.user.User
 
getDialect() - Method in class org.starhope.appius.via.RemoteUser
This is an overriding method.
getDisplayName() - Method in class org.starhope.appius.game.npc.AbstractScriptedNPC
This is an overriding method.
getDisplayName() - Method in interface org.starhope.appius.user.AbstractUser
 
getDisplayName() - Method in class org.starhope.appius.user.Parent
 
getDisplayName() - Method in class org.starhope.appius.user.Person
This method's only use is for more closely aligning User and Parent classes.
getDisplayName() - Method in class org.starhope.appius.user.User
 
getDisplayName() - Method in class org.starhope.appius.via.RemoteUser
This is an overriding method.
getDNS_JNDI() - Static method in class org.starhope.appius.util.AppiusConfig
This returns the DNS URL to be used in JNDI queries for DNS lookups.
getDomainPart(String) - Static method in class org.starhope.appius.messaging.Mail
This extracts the mail domain from the address.
getDynamicRoomNumber() - Method in class org.starhope.appius.game.Zone
 
getEmailPlusDate() - Method in class org.starhope.appius.user.User
 
getEmailPlusDateString() - Method in class org.starhope.appius.user.User
 
getEnrolment() - Method in class org.starhope.appius.mb.UserEnrolment
 
getEnumeration() - Method in class org.starhope.appius.sql.SQLPeerEnum
 
getEveryone() - Method in class org.starhope.appius.game.GameEvent
 
getEverythingInRoom() - Method in class org.starhope.appius.game.Room
TODO: document this method (brpocock, Nov 24, 2009)
getExceptionAction(String, String) - Method in class org.starhope.appius.sys.op.Filter
Gets the action associated with a certain exception to a certain pattern
getExceptions(String) - Method in class org.starhope.appius.sys.op.Filter
Gets the exception patterns associated with a given "main" pattern
getExpires() - Method in class org.starhope.appius.mb.UserEnrolment
 
getExpiryFor(Date) - Method in class org.starhope.appius.mb.Enrolment
 
getExpiryMonth() - Method in class org.starhope.appius.mb.Payment
 
getExpiryMonth() - Method in class org.starhope.appius.pay.util.PaymentCredential
TODO: document this method (brpocock, Sep 11, 2009)
getExpiryYear() - Method in class org.starhope.appius.mb.Payment
 
getExpiryYear() - Method in class org.starhope.appius.pay.util.PaymentCredential
TODO: document this method (brpocock, Sep 11, 2009)
getExtraColor() - Method in class org.starhope.appius.user.User
 
getFacing() - Method in class org.starhope.appius.game.npc.AbstractScriptedNPC
This is an overriding method.
getFacing() - Method in interface org.starhope.appius.user.AbstractUser
Get the string identifying the direction which this object is facing.
getFacing() - Method in class org.starhope.appius.user.User
 
getFacing() - Method in class org.starhope.appius.via.RemoteUser
This is an overriding method.
getFairground() - Method in class org.starhope.appius.game.Room
WRITEME: document this method (brpocock, Aug 31, 2009)
getFilename() - Method in interface org.starhope.appius.game.AbstractRoom
 
getFilename() - Method in class org.starhope.appius.game.AvatarDecoration
 
getFilename() - Method in class org.starhope.appius.game.Room
This is an overriding method.
getFilename() - Method in class org.starhope.appius.user.AvatarClass
 
getFilename() - Method in class org.starhope.appius.via.RemoteRoom
This is an overriding method.
getFilter(FilterType) - Static method in class org.starhope.appius.util.AppiusConfig
Obtain a filter (censor) object suitable for filtering a certain type of data, e.g.
getForgotPasswordAnswer() - Method in class org.starhope.appius.user.Person
Get the forgotten password question
getForgotPasswordQuestion() - Method in class org.starhope.appius.user.Person
Get the forgotten password question
getFriendlyName(CredentialType) - Static method in class org.starhope.appius.pay.util.PaymentCredential
 
getFromID() - Method in interface org.starhope.appius.types.GameWorldMessage
 
getFromName() - Method in interface org.starhope.appius.types.GameWorldMessage
 
getFurnitureBySlot(int) - Method in class org.starhope.appius.game.npc.AbstractScriptedNPC
This is an overriding method.
getFurnitureBySlot(int) - Method in interface org.starhope.appius.user.AbstractUser
 
getFurnitureBySlot(int) - Method in class org.starhope.appius.user.User
 
getFurnitureBySlot(int) - Method in class org.starhope.appius.via.RemoteUser
This is an overriding method.
getFutureDatagramsMax() - Static method in class org.starhope.appius.util.AppiusConfig
Get the number of deferred (future) datagrams permitted to be enqueued for a single user, before the user's connection is decided to be “too laggy” and dropped.
getGameCode() - Method in class org.starhope.appius.game.GameEvent
 
getGameDuration() - Method in class org.starhope.appius.game.GameEvent
Time (in ms) for the game play period timer.
getGameEquipItem() - Method in class org.starhope.appius.user.User
If the user has a game item equipped (e.g.
getGameEvent() - Method in interface org.starhope.appius.game.AbstractRoom
 
getGameEvent() - Method in class org.starhope.appius.game.Room
This is an overriding method.
getGameEvent() - Method in class org.starhope.appius.via.RemoteRoom
This is an overriding method.
getGameEventPrefix() - Method in class org.starhope.appius.game.GameEvent
Get the prefix to be applied to event types for this game
getGameFlag(String) - Method in class org.starhope.appius.user.User
Return the status of the indicated game flag.
getGameShortName() - Method in class org.starhope.appius.game.GameEvent
 
getGatewayTransactionCode() - Method in class org.starhope.appius.mb.Payment
 
getGivenName() - Method in class org.starhope.appius.user.Person
 
getGivenName() - Method in class org.starhope.appius.user.User
 
getGreen() - Method in class org.starhope.appius.types.Colour
 
getHighWaterUsers() - Static method in class org.starhope.appius.game.AppiusClaudiusCaecus
Get the high-water mark count of users
getHistory(Date, int) - Method in class org.starhope.appius.user.Parent
This is an overriding method.
getHistory(Date, int) - Method in class org.starhope.appius.user.Person
Returns the historical contents of this user's record.
getHistory(Date, int) - Method in class org.starhope.appius.user.User
Returns the historical contents of this user's record.
getHoldability() - Method in class org.starhope.appius.test.ConnectionDebug
 
getHost() - Method in class org.starhope.appius.game.Zone
Get the host on which this zone's server is running
getHost() - Method in interface org.starhope.appius.types.AbstractZone
TODO: document this method (brpocock, Jan 11, 2010)
getHost() - Method in class org.starhope.appius.via.RemoteZone
This is an overriding method.
getHostname() - Method in class org.starhope.appius.via.ViaHost
 
getId() - Method in interface org.starhope.appius.game.AbstractRoom
Deprecated. 
getID() - Method in interface org.starhope.appius.game.AbstractRoom
 
getId() - Method in class org.starhope.appius.game.Room
Deprecated. 
getID() - Method in class org.starhope.appius.game.Room
This is an overriding method.
getId() - Method in class org.starhope.appius.mb.Enrolment
WRITEME TODO: document this method (brpocock, Oct 13, 2009)
getID() - Method in class org.starhope.appius.mb.UserEnrolment
 
getID() - Method in class org.starhope.appius.sql.SQLPeerEnum
WRITEME: document this method (brpocock, Aug 14, 2009)
getID(String) - Method in class org.starhope.appius.sql.SQLPeerEnum
WRITEME: document this method (brpocock, Jul 8, 2009)
getID() - Method in interface org.starhope.appius.types.GameWorldMessage
Returns the #id of this post.
getID() - Method in class org.starhope.appius.user.Parent
Return the parent record's database ID
getId() - Method in class org.starhope.appius.via.RemoteRoom
Deprecated. use RemoteRoom.getID()
getID() - Method in class org.starhope.appius.via.RemoteRoom
This is an overriding method.
getIDForAvatarTitle(String) - Static method in class org.starhope.appius.user.AvatarClass
TODO: document this method (brpocock, Dec 11, 2009)
getIDForLiveUserName(String) - Static method in class org.starhope.appius.user.User
Find the user name for a user who is currently signed on.
getIDForLogin(String) - Static method in class org.starhope.appius.user.User
Fetch the user ID number for a user name
getIDForUserName(String) - Static method in class org.starhope.appius.user.User
Deprecated. User.getIDForLogin(String)
getIdleKickTime() - Static method in class org.starhope.appius.util.AppiusConfig
 
getIdleWarnTime() - Static method in class org.starhope.appius.util.AppiusConfig
 
getIgnoreList() - Method in class org.starhope.appius.user.User
 
getImplementation() - Method in class org.starhope.appius.mb.PaymentGateway
 
getImplementor() - Method in class org.starhope.appius.mb.PaymentGateway
 
getInput() - Method in class org.starhope.appius.via.ViaHost
 
getInReplyTo() - Method in interface org.starhope.appius.types.GameWorldMessage
 
getInt(String) - Static method in class org.starhope.appius.util.AppiusConfig
 
getIntitude() - Method in class org.starhope.appius.mb.UserAddress
 
getIntOrDefault(String, int) - Static method in class org.starhope.appius.util.AppiusConfig
Get an integer value from the configuration; or, return a given default value if the value is not set, or can't be parsed as an integer.
getIntOrZero(String) - Static method in class org.starhope.appius.util.AppiusConfig
 
getInventory() - Method in class org.starhope.appius.user.User
 
getInvoiceID() - Method in class org.starhope.appius.mb.UserEnrolment
 
getInvoiceID() - Method in interface org.starhope.appius.pay.util.Invoiceable
 
getInvoiceIDPrefix() - Method in class org.starhope.appius.mb.UserEnrolment
 
getInvoiceIDPrefix() - Method in interface org.starhope.appius.pay.util.Invoiceable
 
getIpAddress() - Method in class org.starhope.appius.game.AppiusClaudiusCaecus
Deprecated. Smart Fox Server Pro misspelling of AppiusClaudiusCaecus.getIPAddress()
getIPAddress() - Method in class org.starhope.appius.game.AppiusClaudiusCaecus
 
getIPAddress() - Method in class org.starhope.appius.game.npc.AbstractScriptedNPC
This is an overriding method.
getIPAddress() - Method in interface org.starhope.appius.user.AbstractUser
 
getIpAddress() - Method in class org.starhope.appius.user.User
Deprecated. Smart Fox Server misspelling of User.getIPAddress()
getIPAddress() - Method in class org.starhope.appius.user.User
 
getIPAddress() - Method in class org.starhope.appius.via.RemoteUser
This is an overriding method.
getItemCreationTemplate(int) - Static method in class org.starhope.appius.util.AppiusConfig
 
getItemID() - Method in interface org.starhope.appius.types.ItemCreationTemplate
 
getItemsByType(String) - Method in class org.starhope.appius.game.npc.AbstractScriptedNPC
This is an overriding method.
getItemsByType(String) - Method in interface org.starhope.appius.user.AbstractUser
 
getItemsByType(String) - Method in class org.starhope.appius.user.User
Get all items that identify as the type string.
getItemsByType(String[]) - Method in class org.starhope.appius.user.User
WRITEME: document this method (brpocock, Aug 28, 2009)
getItemsByType(String) - Method in class org.starhope.appius.via.RemoteUser
This is an overriding method.
getItemsByTypeAsArray(String) - Method in class org.starhope.appius.user.User
Get all items that identify as the type string.
getJournalDatabaseConnection() - Static method in class org.starhope.appius.util.AppiusConfig
TODO: document this method (brpocock, Dec 16, 2009)
getKickedByUserID() - Method in class org.starhope.appius.game.npc.AbstractScriptedNPC
This is an overriding method.
getKickedByUserID() - Method in interface org.starhope.appius.user.AbstractUser
 
getKickedByUserID() - Method in class org.starhope.appius.user.User
 
getKickedByUserID() - Method in class org.starhope.appius.via.RemoteUser
This is an overriding method.
getKickedMessage() - Method in class org.starhope.appius.game.npc.AbstractScriptedNPC
This is an overriding method.
getKickedMessage() - Method in interface org.starhope.appius.user.AbstractUser
 
getKickedMessage() - Method in class org.starhope.appius.user.User
 
getKickedMessage() - Method in class org.starhope.appius.via.RemoteUser
This is an overriding method.
getKickedReasonCode() - Method in class org.starhope.appius.game.npc.AbstractScriptedNPC
This is an overriding method.
getKickedReasonCode() - Method in interface org.starhope.appius.user.AbstractUser
 
getKickedReasonCode() - Method in class org.starhope.appius.user.User
 
getKickedReasonCode() - Method in class org.starhope.appius.via.RemoteUser
This is an overriding method.
getKickedUntil() - Method in class org.starhope.appius.game.npc.AbstractScriptedNPC
This is an overriding method.
getKickedUntil() - Method in interface org.starhope.appius.user.AbstractUser
String?? TODO? FIXME?
getKickedUntil() - Method in class org.starhope.appius.user.User
 
getKickedUntil() - Method in class org.starhope.appius.via.RemoteUser
This is an overriding method.
getLanguage() - Method in class org.starhope.appius.game.npc.AbstractScriptedNPC
This is an overriding method.
getLanguage() - Method in interface org.starhope.appius.user.AbstractUser
 
getLanguage() - Method in class org.starhope.appius.user.Person
 
getLanguage() - Method in class org.starhope.appius.via.RemoteUser
This is an overriding method.
getLastActive() - Method in class org.starhope.appius.user.User
 
getLastExpiration() - Method in class org.starhope.appius.mb.UserEnrolment
Checks all enrolments for current user to determine when their last expiration ends and if it ends before today.
getLastFour() - Method in class org.starhope.appius.pay.util.PaymentCredential
 
getLastMetronomeTick() - Static method in class org.starhope.appius.game.AppiusClaudiusCaecus
 
getLastPayment() - Method in class org.starhope.appius.mb.UserEnrolment
 
getLastPaymentFor(UserEnrolment) - Static method in class org.starhope.appius.mb.Payment
Find the last/latest payment made on a specific enrolment
getLastTwoYearsForUserID(int) - Static method in class org.starhope.appius.mb.UserEnrolment
Get all enrolments for a given user in the past two years from today's date.
getLastZone() - Method in class org.starhope.appius.user.User
 
getLatitude() - Method in class org.starhope.appius.mb.UserAddress
 
getLeaderBonus() - Method in class org.starhope.appius.game.GameEvent
 
getLeaderBonus() - Method in class org.starhope.appius.game.LaserTagGame
 
getListeners() - Method in interface org.starhope.appius.game.AbstractRoom
TODO: document this method (brpocock, Nov 24, 2009)
getListeners() - Method in class org.starhope.appius.game.Room
This is an overriding method.
getListeners() - Method in class org.starhope.appius.via.RemoteRoom
This is an overriding method.
getLocality() - Method in class org.starhope.appius.mb.UserAddress
TODO: document this method (brpocock, Sep 24, 2009)
getLocalPart(String) - Static method in class org.starhope.appius.messaging.Mail
Extracts the local-part specification out of an eMail address, removing any comment strings, and returns something like what people naïvely assume is a valid eMail address.
getLocation() - Method in class org.starhope.appius.game.GameEvent
This is an overriding method.
getLocation() - Method in class org.starhope.appius.game.npc.AbstractScriptedNPC
This is an overriding method.
getLocation() - Method in interface org.starhope.appius.game.RoomListener
TODO: document this method (brpocock, Oct 31, 2009)
getLocation() - Method in class org.starhope.appius.user.User
Get the user's current location (room and zone) if the user is online; or, “null” if the user is not online.
getLocation() - Method in class org.starhope.appius.via.RemoteUser
This is an overriding method.
getLogger() - Static method in class org.starhope.appius.util.AppiusConfig
 
getLogin() - Method in class org.starhope.appius.user.User
 
getLoginFilter() - Static method in class org.starhope.appius.sys.op.Filter
 
getLoginFilterName() - Static method in class org.starhope.appius.util.AppiusConfig
 
getMail() - Method in class org.starhope.appius.game.npc.AbstractScriptedNPC
This is an overriding method.
getMail() - Method in class org.starhope.appius.mb.UserAddress
 
getMail() - Method in interface org.starhope.appius.user.AbstractUser
 
getMail() - Method in class org.starhope.appius.user.Person
 
getMail() - Method in class org.starhope.appius.via.RemoteUser
This is an overriding method.
getMailConfirmed() - Method in class org.starhope.appius.user.Person
 
getMailFromFile(JspWriter) - Static method in class org.starhope.appius.test.TestRetrieveMail
 
getMailSender() - Static method in class org.starhope.appius.util.AppiusConfig
Get a Java mail Address object for sending automated eMails.
getManagementURL() - Method in class org.starhope.appius.mb.PaymentGateway
 
getMaxInputSize() - Static method in class org.starhope.appius.util.AppiusConfig
Get the maximum allowed input size for one client
getMaxUsers() - Method in interface org.starhope.appius.game.AbstractRoom
 
getMaxUsers() - Method in class org.starhope.appius.game.Room
This is an overriding method.
getMaxUsers() - Method in class org.starhope.appius.game.Zone
This is an overriding method.
getMaxUsers() - Method in interface org.starhope.appius.types.AbstractZone
 
getMaxUsers() - Method in class org.starhope.appius.via.RemoteRoom
This is an overriding method.
getMaxUsers() - Method in class org.starhope.appius.via.RemoteZone
This is an overriding method.
getMessage() - Method in exception org.starhope.appius.except.ForbiddenUserException
 
getMessage() - Method in exception org.starhope.appius.pay.util.RetryPaymentException
 
getMessagesFrom(PreparedStatement) - Method in interface org.starhope.appius.types.GameWorldMessage
 
getMetaData() - Method in class org.starhope.appius.test.ConnectionDebug
 
getMetronomeTime() - Static method in class org.starhope.appius.util.AppiusConfig
Get the granularity of the global metronome.
getMoniker() - Method in interface org.starhope.appius.game.AbstractRoom
 
getMoniker() - Method in class org.starhope.appius.game.Room
This is an overriding method.
getMoniker() - Method in class org.starhope.appius.via.RemoteRoom
This is an overriding method.
getMonths() - Method in class org.starhope.appius.mb.IBCRegister
Deprecated. TODO: document this method (brpocock, Sep 24, 2009)
getMOTD() - Static method in class org.starhope.appius.game.AppiusClaudiusCaecus
 
getMovie() - Method in class org.starhope.appius.game.Room
WRITEME: document this method (brpocock, Aug 31, 2009)
getMsg() - Method in exception org.starhope.appius.except.NotFoundException
 
getMusic() - Method in interface org.starhope.appius.game.AbstractRoom
TODO: document this method (brpocock, Oct 13, 2009)
getMusic() - Method in class org.starhope.appius.game.Room
This is an overriding method.
getMusic() - Method in class org.starhope.appius.via.RemoteRoom
This is an overriding method.
getMySerial() - Method in class org.starhope.appius.user.User
 
getMyServer() - Method in class org.starhope.appius.game.Zone
 
getMyServerPort() - Method in class org.starhope.appius.game.Zone
 
getName() - Method in interface org.starhope.appius.game.AbstractRoom
 
getName() - Method in class org.starhope.appius.game.npc.AbstractScriptedNPC
This is an overriding method.
getName() - Method in class org.starhope.appius.game.Room
This is an overriding method.
getName() - Method in class org.starhope.appius.game.Zone
This is an overriding method.
getName() - Method in interface org.starhope.appius.types.AbstractZone
 
getName() - Method in class org.starhope.appius.user.Parent
WRITEME: document this method (twheys, Aug 05, 2009)
getName() - Method in class org.starhope.appius.user.User
 
getName() - Method in interface org.starhope.appius.util.HasName
Return a user-visible, unique name for this class.
getName() - Method in class org.starhope.appius.via.RemoteRoom
This is an overriding method.
getName() - Method in class org.starhope.appius.via.RemoteZone
This is an overriding method.
getNameApprovedAt() - Method in class org.starhope.appius.game.npc.AbstractScriptedNPC
This is an overriding method.
getNameApprovedAt() - Method in interface org.starhope.appius.user.AbstractUser
 
getNameApprovedAt() - Method in class org.starhope.appius.user.User
 
getNameApprovedAt() - Method in class org.starhope.appius.via.RemoteUser
This is an overriding method.
getNameApprovedByUserID() - Method in class org.starhope.appius.user.User
 
getNameRequestedAt() - Method in class org.starhope.appius.game.npc.AbstractScriptedNPC
This is an overriding method.
getNameRequestedAt() - Method in interface org.starhope.appius.user.AbstractUser
 
getNameRequestedAt() - Method in class org.starhope.appius.user.User
 
getNameRequestedAt() - Method in class org.starhope.appius.via.RemoteUser
This is an overriding method.
getNextID() - Static method in class org.starhope.appius.game.Room
TODO: document this method (brpocock, Oct 19, 2009)
getNextInTrain() - Method in interface org.starhope.appius.game.TrainCar
TODO: document this method (brpocock, Dec 14, 2009)
getNextLobby() - Method in class org.starhope.appius.game.Zone
Get the next room which will accept an inbound user as the next lobby.
getNextLobby() - Method in interface org.starhope.appius.types.AbstractZone
 
getNextLobby() - Method in class org.starhope.appius.via.RemoteZone
 
getNPC(String, String) - Static method in class org.starhope.appius.game.npc.EcmaScriptNPCFactory
 
getNPC(String, String) - Static method in class org.starhope.appius.game.npc.LuaNPCFactory
WRITEME ...
getNPC(String, String) - Static method in class org.starhope.appius.game.npc.PerlNPCFactory
 
getNPC(String, String) - Static method in class org.starhope.appius.game.npc.PythonNPCFactory
 
getNPC(String, String) - Static method in class org.starhope.appius.game.npc.RubyNPCFactory
 
getNPC(String, String) - Static method in class org.starhope.appius.game.npc.ScriptableNPCFactory
 
getNPCTickInterval() - Static method in class org.starhope.appius.game.Zone
 
getNudgeTime() - Static method in class org.starhope.appius.util.AppiusConfig
 
getNumberOfZonesNeeded(LinkedList<AbstractZone>) - Static method in class org.starhope.appius.game.Zone
This is a breakout from Zone.checkZonesForSpawn() to determine the number of zones that need to be spawned or removed
getOrCreateByMail(String) - Static method in class org.starhope.appius.user.Parent
 
getOrderCode() - Method in class org.starhope.appius.mb.UserEnrolment
 
getOrderSource() - Method in class org.starhope.appius.mb.UserEnrolment
 
getOutput() - Method in class org.starhope.appius.via.ViaHost
 
getOverlay() - Method in interface org.starhope.appius.game.AbstractRoom
 
getOverlay() - Method in class org.starhope.appius.game.Room
This is an overriding method.
getOverlay() - Method in class org.starhope.appius.via.RemoteRoom
This is an overriding method.
getOwner() - Method in interface org.starhope.appius.game.AbstractRoom
 
getOwner() - Method in class org.starhope.appius.game.Room
 
getOwner() - Method in class org.starhope.appius.via.RemoteRoom
 
getPaid() - Method in class org.starhope.appius.mb.Payment
 
getParent() - Method in class org.starhope.appius.user.User
 
getParentApprovedName() - Method in class org.starhope.appius.user.User
 
getParentID() - Method in class org.starhope.appius.user.User
 
getPassport_JSON() - Method in class org.starhope.appius.user.User
 
getPassword() - Method in class org.starhope.appius.user.Person
 
getPathFromURL(String) - Static method in class org.starhope.appius.via.Via
TODO: document this method (brpocock, Jan 11, 2010)
getPatternAction(String) - Method in class org.starhope.appius.sys.op.Filter
Returns the default action associated with a pattern (ignoring exceptions)
getPatternsMatching(String) - Method in class org.starhope.appius.sys.op.Filter
Return any and all patterns which match a given string.
getPayer() - Method in class org.starhope.appius.mb.Payment
 
getPayment(BigDecimal) - Method in class org.starhope.appius.mb.IBCGateway
 
getPayment(BigDecimal) - Method in class org.starhope.appius.mb.PaymentGateway
This is an overriding method.
getPayment(BigDecimal) - Method in class org.starhope.appius.pay.AuthorizeNetGateway
This is an overriding method.
getPayment(String) - Method in class org.starhope.appius.pay.AuthorizeNetGateway
 
getPayment(BigDecimal) - Method in class org.starhope.appius.pay.PayPalGateway
 
getPayment(BigDecimal) - Method in interface org.starhope.appius.pay.util.PaymentGatewayReal
Get the status of a prior transaction from the gateway.
getPayment_for() - Method in class org.starhope.appius.mb.Payment
Deprecated. 
getPaymentFor() - Method in class org.starhope.appius.mb.Payment
 
getPaymentGateway() - Method in class org.starhope.appius.mb.Payment
 
getPeerChannel() - Method in class org.starhope.appius.via.ViaHost
 
getPeers() - Method in class org.starhope.appius.via.Via
TODO: document this method (brpocock, Nov 19, 2009)
getPhone() - Method in class org.starhope.appius.mb.UserAddress
TODO: document this method (brpocock, Sep 24, 2009)
getPlayers() - Method in class org.starhope.appius.game.GameEvent
 
getPort() - Method in class org.starhope.appius.game.Zone
Get the port number on which this zone's server is running
getPort() - Method in interface org.starhope.appius.types.AbstractZone
TODO: document this method (brpocock, Jan 11, 2010)
getPort() - Method in class org.starhope.appius.via.RemoteZone
This is an overriding method.
getPort() - Method in class org.starhope.appius.via.ViaHost
 
getPortNumberFromURL(String) - Static method in class org.starhope.appius.via.Via
TODO: document this method (brpocock, Jan 11, 2010)
getPosition() - Method in class org.starhope.appius.game.AvatarDecoration
 
getPostalCode() - Method in class org.starhope.appius.mb.UserAddress
 
getPotentialUserName() - Method in class org.starhope.appius.user.Parent
This is an overriding method.
getPotentialUserName() - Method in class org.starhope.appius.user.Person
TODO: document this method (brpocock, Sep 10, 2009)
getPotentialUserName() - Method in class org.starhope.appius.user.User
This is an overriding method.
getPrice() - Method in class org.starhope.appius.mb.Enrolment
TODO: document this method (brpocock, Oct 13, 2009)
getPrice() - Method in class org.starhope.appius.mb.Payment
 
getPrice() - Method in interface org.starhope.appius.types.ItemCreationTemplate
 
getPriorInTrain() - Method in interface org.starhope.appius.game.TrainCar
TODO: document this method (brpocock, Dec 14, 2009)
getPriorPayment() - Method in class org.starhope.appius.mb.Payment
 
getPrivilegeDays() - Method in class org.starhope.appius.mb.Enrolment
 
getPrivilegeMonths() - Method in class org.starhope.appius.mb.Enrolment
 
getProductCode() - Method in class org.starhope.appius.mb.Enrolment
TODO: document this method (brpocock, Oct 13, 2009)
getProductID() - Method in class org.starhope.appius.mb.Enrolment
 
getProductID() - Method in class org.starhope.appius.mb.UserEnrolment
 
getPropertyNumber() - Method in class org.starhope.appius.mb.UserAddress
 
getProvince() - Method in class org.starhope.appius.mb.UserAddress
 
getPublicInfo() - Method in class org.starhope.appius.game.npc.AbstractScriptedNPC
This is an overriding method.
getPublicInfo() - Method in interface org.starhope.appius.user.AbstractUser
TODO: document this method (brpocock, Oct 31, 2009) avatar, userName, clothes, colors
getPublicInfo() - Method in class org.starhope.appius.user.User
 
getPublicInfo() - Method in class org.starhope.appius.via.RemoteUser
This is an overriding method.
getRandomBool() - Static method in class org.starhope.appius.util.AppiusConfig
 
getRandomInt(int, int) - Static method in class org.starhope.appius.util.AppiusConfig
 
getRandomKey() - Method in class org.starhope.appius.game.AppiusClaudiusCaecus
 
getRead() - Method in interface org.starhope.appius.types.GameWorldMessage
 
getReason() - Method in exception org.starhope.appius.except.AlreadyUsedException
 
getReasonCode() - Method in exception org.starhope.appius.except.SerialDataException
 
getRecurs() - Method in class org.starhope.appius.mb.UserEnrolment
 
getRed() - Method in class org.starhope.appius.types.Colour
 
getReferer() - Method in class org.starhope.appius.user.User
Get the referral/affiliate code from this user's initial signup
getRegisteredAt() - Method in class org.starhope.appius.user.User
 
getRegisteredDate() - Method in class org.starhope.appius.user.User
 
getRegisteredDateString() - Method in class org.starhope.appius.game.npc.AbstractScriptedNPC
This is an overriding method.
getRegisteredDateString() - Method in interface org.starhope.appius.user.AbstractUser
 
getRegisteredDateString() - Method in class org.starhope.appius.user.User
 
getRegisteredDateString() - Method in class org.starhope.appius.via.RemoteUser
This is an overriding method.
getRenewMonths() - Method in class org.starhope.appius.mb.Enrolment
WRITEME TODO: document this method (brpocock, Oct 13, 2009)
getRequestedName() - Method in class org.starhope.appius.user.User
 
getResponsibleMail() - Method in class org.starhope.appius.game.npc.AbstractScriptedNPC
This is an overriding method.
getResponsibleMail() - Method in interface org.starhope.appius.user.AbstractUser
 
getResponsibleMail() - Method in class org.starhope.appius.user.Parent
This is an overriding method.
getResponsibleMail() - Method in class org.starhope.appius.user.Person
Get the eMail address of a responsible person: either the player, or the parent.
getResponsibleMail() - Method in class org.starhope.appius.user.User
Get the eMail address of a responsible person: either the player, or the parent.
getResponsibleMail() - Method in class org.starhope.appius.via.RemoteUser
This is an overriding method.
getResponsiblePerson(Person) - Static method in class org.starhope.appius.user.Person
Get reference to User or Parent for purchasing a membership subscription
getResultReason() - Method in class org.starhope.appius.mb.Payment
 
getRetry() - Method in exception org.starhope.appius.pay.util.RetryPaymentException
TODO: document this method (brpocock, Oct 13, 2009)
getRetryTime() - Method in class org.starhope.appius.mb.Payment
If this payment is pending, and we're holding credentials in core, we need to figure out how long before we try again.
getRev() - Static method in class org.starhope.appius.game.AppiusClaudiusCaecus
Get the revision number of this file
getRev() - Static method in class org.starhope.appius.game.Commands
TODO: document this method (brpocock, Dec 10, 2009)
getRev() - Static method in class org.starhope.appius.game.PreLoginCommands
TODO: document this method (brpocock, Dec 10, 2009)
getRev() - Static method in class org.starhope.appius.game.Zone
 
getRev() - Static method in class org.starhope.appius.user.User
 
getRoom() - Method in class org.starhope.appius.game.GameEvent
This is an overriding method.
getRoom() - Method in class org.starhope.appius.game.npc.AbstractScriptedNPC
This is an overriding method.
getRoom() - Method in interface org.starhope.appius.game.RoomListener
TODO: document this method (brpocock, Oct 31, 2009)
getRoom(Integer) - Method in class org.starhope.appius.game.Zone
This is an overriding method.
getRoom(Integer) - Method in interface org.starhope.appius.types.AbstractZone
 
getRoom() - Method in class org.starhope.appius.user.User
 
getRoom() - Method in class org.starhope.appius.via.RemoteUser
This is an overriding method.
getRoom(Integer) - Method in class org.starhope.appius.via.RemoteZone
This is an overriding method.
getRoomByName(String) - Method in class org.starhope.appius.game.Zone
This is an overriding method.
getRoomByName(String) - Method in interface org.starhope.appius.types.AbstractZone
 
getRoomByName(String) - Method in class org.starhope.appius.via.RemoteZone
This is an overriding method.
getRoomIndex() - Method in interface org.starhope.appius.game.AbstractRoom
Get the index of this room within the set of rooms to which it belongs.
getRoomIndex() - Method in class org.starhope.appius.game.Room
 
getRoomIndex() - Method in class org.starhope.appius.via.RemoteRoom
 
getRoomJoinSFSXML(User) - Method in class org.starhope.appius.game.Room
TODO: document this method (brpocock, Dec 29, 2009)
getRoomList() - Method in class org.starhope.appius.game.Zone
This is an overriding method.
getRoomList() - Method in interface org.starhope.appius.types.AbstractZone
 
getRoomList() - Method in class org.starhope.appius.via.RemoteZone
This is an overriding method.
getRoomListSFSXML() - Method in class org.starhope.appius.game.Zone
This is an overriding method.
getRoomListSFSXML() - Method in interface org.starhope.appius.types.AbstractZone
Get the room list in the bizarre format for a Smart Fox Server XML room list stream
getRoomListSFSXML() - Method in class org.starhope.appius.via.RemoteZone
This is an overriding method.
getRoomMaxUsers() - Method in class org.starhope.appius.game.Zone
This is an overriding method.
getRoomMaxUsers() - Method in interface org.starhope.appius.types.AbstractZone
 
getRoomMaxUsers() - Method in class org.starhope.appius.via.RemoteZone
This is an overriding method.
getRoomNumber() - Method in class org.starhope.appius.game.npc.AbstractScriptedNPC
This is an overriding method.
getRoomNumber() - Method in interface org.starhope.appius.user.AbstractUser
TODO: document this method (brpocock, Jan 11, 2010)
getRoomNumber() - Method in class org.starhope.appius.user.User
 
getRoomNumber() - Method in class org.starhope.appius.via.RemoteUser
This is an overriding method.
getRooms() - Method in class org.starhope.appius.game.GameEvent
Get all of the rooms participating in this GameEvent
GetsConfigReload - Interface in org.starhope.appius.util
 
getScoreForObject(String, int) - Method in class org.starhope.appius.game.LaserTagGame
 
getScoreWatchRooms() - Method in class org.starhope.appius.game.GameEvent
Get all of the rooms which are either participating in this GameEvent, or monitoring its scores
getScriptedNPC(String, String, String) - Static method in class org.starhope.appius.game.npc.AppiusNonPlayerCharacter
This instantiates an NPC based upon a script from ...
getSecurityQuestion() - Static method in class org.starhope.appius.mb.Messages
Get suggested question(s) for the forgotten password recovery system
getSent() - Method in interface org.starhope.appius.types.GameWorldMessage
 
getSequence() - Method in class org.starhope.appius.mb.Payment
 
getSerial() - Method in class org.starhope.appius.user.User
Get the unique instance serial number for this instance of this user.
getServerHostname() - Static method in class org.starhope.appius.game.AppiusClaudiusCaecus
Get the hostname on which the server process is running
getServerName() - Static method in class org.starhope.appius.util.AppiusConfig
Deprecated. 
getServerNameFromURL(String) - Static method in class org.starhope.appius.via.Via
TODO: document this method (brpocock, Jan 11, 2010)
getServerPort() - Static method in class org.starhope.appius.game.AppiusClaudiusCaecus
The server (TCP) port number
getServerThread() - Method in class org.starhope.appius.game.npc.AbstractScriptedNPC
This is an overriding method.
getServerThread() - Method in interface org.starhope.appius.user.AbstractUser
 
getServerThread() - Method in class org.starhope.appius.user.User
Get the Appius Claudius Caecus server thread (if any) associated with this User (if they are logged-in).
getServerThread() - Method in class org.starhope.appius.via.RemoteUser
Always returns null.
getSFSName() - Static method in class org.starhope.appius.util.AppiusConfig
Deprecated. 
getSFSPort() - Static method in class org.starhope.appius.util.AppiusConfig
Deprecated. 
getSFSVersion() - Method in class org.starhope.appius.game.AppiusClaudiusCaecus
 
getShipToAddress() - Method in interface org.starhope.appius.pay.util.ShippingInvoice
TODO: document this method (brpocock, Oct 13, 2009)
getShipToOrganization() - Method in interface org.starhope.appius.pay.util.ShippingInvoice
TODO: document this method (brpocock, Oct 13, 2009)
getShipToUser() - Method in interface org.starhope.appius.pay.util.ShippingInvoice
TODO: document this method (brpocock, Oct 13, 2009)
getSky() - Method in interface org.starhope.appius.game.AbstractRoom
 
getSky() - Method in class org.starhope.appius.game.Room
This is an overriding method.
getSky() - Method in class org.starhope.appius.via.RemoteRoom
This is an overriding method.
getSMTPHost() - Static method in class org.starhope.appius.util.AppiusConfig
 
getSocket() - Method in class org.starhope.appius.game.AppiusClaudiusCaecus
Get the socket connection to the client
getSpectators() - Method in class org.starhope.appius.game.GameEvent
 
getSpy() - Method in class org.starhope.appius.types.SpyRequest
 
getSQLPeerID() - Method in interface org.starhope.appius.sql.SQLPeerListElement
 
getSQLPeerTableName() - Method in interface org.starhope.appius.sql.SQLPeerListElement
 
getStackTrace(Throwable) - Static method in class org.starhope.appius.game.AppiusClaudiusCaecus
This extracts a stack backtrace from a Throwable into a string format for a bug report.
getStackTrace(Throwable, String) - Static method in class org.starhope.appius.game.AppiusClaudiusCaecus
This extracts a stack backtrace from a Throwable into a string format for a bug report.
getStaffLevel() - Method in class org.starhope.appius.game.npc.AbstractScriptedNPC
This is an overriding method.
getStaffLevel() - Method in interface org.starhope.appius.user.AbstractUser
TODO: document this method (brpocock, Jan 11, 2010)
getStaffLevel() - Method in class org.starhope.appius.user.User
 
getStaffLevel() - Method in class org.starhope.appius.via.RemoteUser
This is an overriding method.
getStamp() - Method in class org.starhope.appius.mb.Payment
 
getStatement(Connection) - Method in class org.starhope.appius.mb.Currency
 
getStatement(Connection) - Method in class org.starhope.appius.sql.SQLPeerEnum
WRITEME: document this method (brpocock, Aug 14, 2009)
getStatement(Connection) - Method in class org.starhope.appius.types.GameFlagValue
This is an overriding method.
getStatement(Connection) - Method in class org.starhope.appius.types.InventoryItemType
 
getStatement(Connection) - Method in class org.starhope.appius.types.RoomBadge
This is an overriding method.
getStatement(Connection) - Method in class org.starhope.appius.user.AvatarClass
This is an overriding method.
getStatusFromGateway() - Method in class org.starhope.appius.mb.Payment
FIXME ...
getStoreDatabaseConnection() - Static method in class org.starhope.appius.util.AppiusConfig
 
getStreetName() - Method in class org.starhope.appius.mb.UserAddress
 
getStreetType() - Method in class org.starhope.appius.mb.UserAddress
 
getString() - Method in class org.starhope.appius.sql.SQLPeerEnum
TODO: document this method (brpocock, Oct 13, 2009)
getString(int) - Method in class org.starhope.appius.sql.SQLPeerEnum
WRITEME: document this method (brpocock, Jul 8, 2009)
getSubject() - Method in interface org.starhope.appius.types.GameWorldMessage
 
getSuperTootBots(int) - Method in class org.starhope.appius.game.Room
Deprecated. Does not belong in Room ... but will be removed when NPC's work and Super Toot Bots can be removed from the codebase ... don't count on this being around forever, but it won't disappear as long as Super Toot Bots exist.
getSuperTootBots_JSON() - Method in class org.starhope.appius.game.Room
Deprecated. Needs to be moved someplace more appropriate ... not yet determined ...
getSymbol() - Method in class org.starhope.appius.mb.Currency
 
getSystemNameAdjective() - Method in class org.starhope.appius.user.User
 
getSystemNameNoun() - Method in class org.starhope.appius.user.User
 
getSystemUser() - Method in class org.starhope.appius.game.Zone
Deprecated. unused?
getSystemUser() - Static method in class org.starhope.appius.user.User
Get the System user object (the user which represents the system program itself).
getTargetX() - Method in class org.starhope.appius.game.npc.AbstractScriptedNPC
This is an overriding method.
getTargetX() - Method in interface org.starhope.appius.user.AbstractUser
TODO: document this method (brpocock, Oct 31, 2009)
getTargetX() - Method in class org.starhope.appius.user.User
 
getTargetX() - Method in class org.starhope.appius.via.RemoteUser
This is an overriding method.
getTargetY() - Method in class org.starhope.appius.game.npc.AbstractScriptedNPC
This is an overriding method.
getTargetY() - Method in interface org.starhope.appius.user.AbstractUser
TODO: document this method (brpocock, Oct 31, 2009)
getTargetY() - Method in class org.starhope.appius.user.User
 
getTargetY() - Method in class org.starhope.appius.via.RemoteUser
This is an overriding method.
getText(String) - Static method in class org.starhope.appius.mb.Messages
Deprecated. 
getText(String, String, String) - Static method in class org.starhope.appius.mb.Messages
Deprecated. 
getText(String) - Static method in class org.starhope.util.LibMisc
 
getText(String, String, String) - Static method in class org.starhope.util.LibMisc
 
getTextOrDefault(String, String) - Static method in class org.starhope.util.LibMisc
Look for a string key in the message catalogue.
GetTexty - Class in org.starhope.util
 
GetTexty() - Constructor for class org.starhope.util.GetTexty
 
getThreadCount() - Static method in class org.starhope.appius.game.AppiusClaudiusCaecus
Returns the number of server threads running.
getTimer() - Method in class org.starhope.appius.game.GameEvent
 
getTitle() - Method in interface org.starhope.appius.game.AbstractRoom
Get the room's string title
getTitle() - Method in class org.starhope.appius.game.Room
This is an overriding method.
getTitle() - Method in class org.starhope.appius.mb.Enrolment
 
getTitle() - Method in class org.starhope.appius.mb.PaymentGateway
 
getTitle() - Method in class org.starhope.appius.mb.UserAddress
 
getTitle() - Method in class org.starhope.appius.mb.UserEnrolment
 
getTitle() - Method in interface org.starhope.appius.pay.util.Invoiceable
 
getTitle() - Method in exception org.starhope.appius.pay.util.RetryPaymentException
 
getTitle() - Method in class org.starhope.appius.sys.op.Filter
 
getTitle() - Method in interface org.starhope.appius.types.ItemCreationTemplate
 
getTitle() - Method in class org.starhope.appius.via.RemoteRoom
This is an overriding method.
getTLD() - Static method in class org.starhope.appius.util.AppiusConfig
Get the top-level domain name of the game server(s).
getToID() - Method in interface org.starhope.appius.types.GameWorldMessage
 
getToName() - Method in interface org.starhope.appius.types.GameWorldMessage
 
getToot() - Method in class org.starhope.appius.mb.IBCRegister
Deprecated. TODO: document this method (brpocock, Sep 24, 2009)
getTrainLeader() - Method in interface org.starhope.appius.game.TrainCar
TODO: document this method (brpocock, Dec 14, 2009)
getTransactionIsolation() - Method in class org.starhope.appius.test.ConnectionDebug
 
getTravelRate() - Method in class org.starhope.appius.game.npc.AbstractScriptedNPC
This is an overriding method.
getTravelRate() - Method in interface org.starhope.appius.user.AbstractUser
TODO: document this method (brpocock, Nov 24, 2009)
getTravelRate() - Method in class org.starhope.appius.user.User
This is an overriding method.
getTravelRate() - Method in class org.starhope.appius.via.RemoteUser
This is an overriding method.
getTravelStart() - Method in class org.starhope.appius.game.npc.AbstractScriptedNPC
This is an overriding method.
getTravelStart() - Method in interface org.starhope.appius.user.AbstractUser
TODO: document this method (brpocock, Nov 24, 2009)
getTravelStart() - Method in class org.starhope.appius.user.User
This is an overriding method.
getTravelStart() - Method in class org.starhope.appius.via.RemoteUser
This is an overriding method.
getTypeMap() - Method in class org.starhope.appius.test.ConnectionDebug
 
getURL() - Method in class org.starhope.appius.game.Zone
TODO: document this method (brpocock, Jan 4, 2010)
getURL() - Method in interface org.starhope.appius.types.AbstractZone
Format of URL: appius://host:port/zone WRITEME
getURL() - Method in class org.starhope.appius.via.RemoteZone
This is an overriding method.
getUser() - Method in class org.starhope.appius.game.AppiusClaudiusCaecus
 
getUser() - Method in class org.starhope.appius.mb.PaymentGateway
Get the user account associated with the payment gateway.
getUser() - Method in class org.starhope.appius.mb.UserAddress
 
getUser() - Method in class org.starhope.appius.mb.UserEnrolment
 
getUserByChannel(AppiusClaudiusCaecus) - Method in class org.starhope.appius.game.SmartFaux
Deprecated. 
getUserByName(String) - Method in class org.starhope.appius.game.Zone
This is an overriding method.
getUserByName(String) - Method in interface org.starhope.appius.types.AbstractZone
 
getUserByName(String) - Method in class org.starhope.appius.via.RemoteZone
This is an overriding method.
getUserClass() - Static method in class org.starhope.appius.util.AppiusConfig
TODO: document this method (brpocock, Dec 30, 2009)
getUserCount() - Method in interface org.starhope.appius.game.AbstractRoom
 
getUserCount() - Method in class org.starhope.appius.game.Room
This is an overriding method.
getUserCount() - Method in class org.starhope.appius.via.RemoteRoom
This is an overriding method.
getUserEnrolment() - Method in class org.starhope.appius.mb.Payment
 
getUserEnrolments() - Method in class org.starhope.appius.user.User
 
getUserEnrolmentsAsArray() - Method in class org.starhope.appius.user.User
 
getUserID() - Method in class org.starhope.appius.game.npc.AbstractScriptedNPC
This is an overriding method.
getUserID() - Method in class org.starhope.appius.mb.UserEnrolment
 
getUserID() - Method in interface org.starhope.appius.user.AbstractUser
TODO: document this method (brpocock, Oct 31, 2009)
getUserID() - Method in class org.starhope.appius.user.User
 
getUserID() - Method in class org.starhope.appius.via.RemoteUser
This is an overriding method.
getUserList() - Method in class org.starhope.appius.game.Zone
Deprecated. 
getUserName() - Method in class org.starhope.appius.user.User
 
getUserNameForID(int) - Static method in class org.starhope.appius.user.User
 
getUserNameOrRequest() - Method in class org.starhope.appius.user.User
return the user's login name, if they have one; or the name that they have requested, if it hasn't been approved yet.
getUserRoom(AbstractUser) - Method in class org.starhope.appius.game.Zone
This is an overriding method.
getUserRoom(AbstractUser) - Method in interface org.starhope.appius.types.AbstractZone
TODO: document this method (brpocock, Oct 28, 2009)
getUserRoom(AbstractUser) - Method in class org.starhope.appius.via.RemoteZone
This is an overriding method.
getUserRoomMaxUsers() - Static method in class org.starhope.appius.game.Zone
 
getUsersAwaitingNameApproval() - Static method in class org.starhope.appius.user.User
Get up to 20 users who are awaiting approval of their names.
getUserVariables() - Method in class org.starhope.appius.game.npc.AbstractScriptedNPC
This is an overriding method.
getUserVariables() - Method in interface org.starhope.appius.user.AbstractUser
TODO: document this method (brpocock, Jan 11, 2010)
getUserVariables() - Method in class org.starhope.appius.user.User
Get all user variables in a hash map
getUserVariables() - Method in class org.starhope.appius.via.RemoteUser
This is an overriding method.
getValidatedByDomain() - Method in class org.starhope.appius.mb.UserAddress
 
getValidatedOn() - Method in class org.starhope.appius.mb.UserAddress
 
getValue() - Method in class org.starhope.appius.types.EquipAs
 
getVariable(String) - Method in interface org.starhope.appius.game.AbstractRoom
 
getVariable(String) - Method in class org.starhope.appius.game.npc.AbstractScriptedNPC
This is an overriding method.
getVariable(String) - Method in class org.starhope.appius.game.Room
This is an overriding method.
getVariable(String) - Method in interface org.starhope.appius.types.HasVariables
TODO: document this method (brpocock, Dec 1, 2009)
getVariable(String) - Method in interface org.starhope.appius.user.AbstractUser
TODO: document this method (brpocock, Oct 31, 2009)
getVariable(String) - Method in class org.starhope.appius.user.User
 
getVariable(String) - Method in class org.starhope.appius.via.RemoteRoom
This is an overriding method.
getVariable(String) - Method in class org.starhope.appius.via.RemoteUser
This is an overriding method.
getVariables() - Method in interface org.starhope.appius.game.AbstractRoom
Get the set of all variables which are attached to this room
getVariables() - Method in class org.starhope.appius.game.Room
This is an overriding method.
getVariables() - Method in class org.starhope.appius.via.RemoteRoom
This is an overriding method.
getViaAppiaHostname() - Method in class org.starhope.appius.via.RemoteRoom
This is an overriding method.
getViaAppiaHostname() - Method in class org.starhope.appius.via.RemoteUser
This is an overriding method.
getViaAppiaHostname() - Method in class org.starhope.appius.via.RemoteZone
This is an overriding method.
getViaAppiaHostname() - Method in interface org.starhope.appius.via.ViaMunita
 
getViaAppiaRemoteEndpointID() - Method in class org.starhope.appius.via.RemoteRoom
This is an overriding method.
getViaAppiaRemoteEndpointID() - Method in class org.starhope.appius.via.RemoteUser
This is an overriding method.
getViaAppiaRemoteEndpointID() - Method in class org.starhope.appius.via.RemoteZone
This is an overriding method.
getViaAppiaRemoteEndpointID() - Method in interface org.starhope.appius.via.ViaMunita
 
getViaAppiaServerPort() - Method in class org.starhope.appius.via.RemoteRoom
This is an overriding method.
getViaAppiaServerPort() - Method in class org.starhope.appius.via.RemoteUser
This is an overriding method.
getViaAppiaServerPort() - Method in class org.starhope.appius.via.RemoteZone
This is an overriding method.
getViaAppiaServerPort() - Method in interface org.starhope.appius.via.ViaMunita
 
getViaPeerClass() - Method in class org.starhope.appius.via.RemoteRoom
 
getViaPeerClass() - Method in class org.starhope.appius.via.RemoteUser
 
getViaPeerClass() - Method in class org.starhope.appius.via.RemoteZone
 
getViaPeerClass() - Method in interface org.starhope.appius.via.ViaMunita
 
getVictim() - Method in class org.starhope.appius.types.SpyRequest
 
getWarnings() - Method in class org.starhope.appius.test.ConnectionDebug
 
getWhen() - Method in exception org.starhope.appius.except.AlreadyUsedException
 
getWhiteListLength() - Method in interface org.starhope.appius.messaging.AbstractCensor
TODO: document this method (brpocock, Oct 13, 2009)
getWhiteListLength() - Method in class org.starhope.appius.sys.op.Filter
 
getX() - Method in class org.starhope.appius.game.npc.AbstractScriptedNPC
This is an overriding method.
getX() - Method in interface org.starhope.appius.user.AbstractUser
TODO: document this method (brpocock, Oct 31, 2009)
getX() - Method in class org.starhope.appius.user.User
 
getX() - Method in class org.starhope.appius.via.RemoteUser
This is an overriding method.
getY() - Method in class org.starhope.appius.game.npc.AbstractScriptedNPC
This is an overriding method.
getY() - Method in interface org.starhope.appius.user.AbstractUser
TODO: document this method (brpocock, Oct 31, 2009)
getY() - Method in class org.starhope.appius.user.User
 
getY() - Method in class org.starhope.appius.via.RemoteUser
This is an overriding method.
getZ$Z() - Static method in class org.starhope.appius.user.User
Z$Z
getZipPlus4() - Method in class org.starhope.appius.mb.UserAddress
 
getZone() - Method in interface org.starhope.appius.game.AbstractRoom
 
getZone(String) - Static method in class org.starhope.appius.game.AppiusClaudiusCaecus
Find a Zone object for a given zone name
getZone() - Method in class org.starhope.appius.game.AppiusClaudiusCaecus
Get the zone in which this client is acting
getZone() - Method in class org.starhope.appius.game.GameEvent
This is an overriding method.
getZone() - Method in class org.starhope.appius.game.npc.AbstractScriptedNPC
This is an overriding method.
getZone() - Method in class org.starhope.appius.game.Room
This is an overriding method.
getZone() - Method in interface org.starhope.appius.game.RoomListener
TODO: document this method (brpocock, Oct 31, 2009)
getZone(String) - Method in class org.starhope.appius.game.SmartFaux
Deprecated. 
getZone() - Method in class org.starhope.appius.user.User
Get the user's current Zone, if the user is online.
getZone() - Method in class org.starhope.appius.via.RemoteRoom
This is an overriding method.
getZone() - Method in class org.starhope.appius.via.RemoteUser
This is an overriding method.
getZoneData_JSON(AbstractUser) - Method in class org.starhope.appius.game.Zone
Gets the Zone data.
getZoneData_JSON(AbstractUser) - Method in interface org.starhope.appius.types.AbstractZone
TODO: document this method (brpocock, Nov 16, 2009)
getZoneData_JSON(AbstractUser) - Method in class org.starhope.appius.via.RemoteZone
This is an overriding method.
getZoneFullRatio() - Static method in class org.starhope.appius.game.Zone
 
getZoneLightRatio() - Static method in class org.starhope.appius.game.Zone
 
getZoneList_JSON(AbstractUser) - Method in class org.starhope.appius.game.Zone
Get the set of all zones active (and not hidden nor retired) in JSON form.
getZoneList_JSON(AbstractUser) - Method in interface org.starhope.appius.types.AbstractZone
 
getZoneList_JSON(AbstractUser) - Method in class org.starhope.appius.via.RemoteZone
 
getZoneMaxUsers() - Static method in class org.starhope.appius.game.Zone
 
getZonesDatabaseConnection() - Static method in class org.starhope.appius.util.AppiusConfig
Get a connection to the database containing the Zones table
getZoneSpawnSeconds() - Static method in class org.starhope.appius.game.Zone
Get the number of seconds between checking for zone spawning
givenName - Variable in class org.starhope.appius.user.Person
The user's given name.
GoogleMapsGeocoder - Class in org.starhope.appius.mb.address
WRITEME: The documentation for this type (GoogleMapsGeocoder) is incomplete.
GoogleMapsGeocoder() - Constructor for class org.starhope.appius.mb.address.GoogleMapsGeocoder
 
grabInput() - Method in class org.starhope.appius.game.AdminProcessor
 
grabInput() - Method in class org.starhope.appius.game.AppiusClaudiusCaecus
Get input from the client stream
green - Variable in class org.starhope.appius.types.Colour
WRITEME: document this field (brpocock, Dec 11, 2009) green (Colour)

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 _