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 _

A

AbstractCensor - Interface in org.starhope.appius.messaging
TODO: The documentation for this type (AbstractCensor) is incomplete.
AbstractNonPlayerCharacter - Class in org.starhope.appius.user
This is the base class from which NPCs are derived.
AbstractNonPlayerCharacter() - Constructor for class org.starhope.appius.user.AbstractNonPlayerCharacter
WRITEME
AbstractNonPlayerCharacter(String) - Constructor for class org.starhope.appius.user.AbstractNonPlayerCharacter
 
AbstractNonPlayerCharacter(User) - Constructor for class org.starhope.appius.user.AbstractNonPlayerCharacter
 
AbstractRoom - Interface in org.starhope.appius.game
WRITEME: The documentation for this type (AbstractRoom) is incomplete.
AbstractScriptedNPC - Class in org.starhope.appius.game.npc
WRITEME: The documentation for this type (AbstractScriptedNPC) is incomplete.
AbstractScriptedNPC() - Constructor for class org.starhope.appius.game.npc.AbstractScriptedNPC
WRITEME
AbstractUser - Interface in org.starhope.appius.user
Any “thing” that exists in the game world and participates therein should implement the AbstractUser interface.
AbstractZone - Interface in org.starhope.appius.types
TODO: The documentation for this type (AbstractZone) is incomplete.
acceptAdminMessage(AbstractRoom, String) - Method in class org.starhope.appius.game.npc.AbstractScriptedNPC
This is an overriding method.
acceptAdminMessage(Integer, String) - Method in class org.starhope.appius.game.npc.AbstractScriptedNPC
This is an overriding method.
acceptAdminMessage(String, String, String) - Method in class org.starhope.appius.game.npc.AbstractScriptedNPC
This is an overriding method.
acceptAdminMessage(AbstractRoom, String) - Method in interface org.starhope.appius.user.AbstractUser
 
acceptAdminMessage(Integer, String) - Method in interface org.starhope.appius.user.AbstractUser
Accept a message from an administrator or the system.
acceptAdminMessage(String, String, String) - Method in interface org.starhope.appius.user.AbstractUser
TODO: document this method (brpocock, Jan 11, 2010)
acceptAdminMessage(AbstractRoom, String) - Method in class org.starhope.appius.user.User
Deprecated. use User.acceptAdminMessage(String, String, String) instead
acceptAdminMessage(Integer, String) - Method in class org.starhope.appius.user.User
Deprecated. use User.acceptAdminMessage(String, String, String) instead
acceptAdminMessage(String, String, String) - Method in class org.starhope.appius.user.User
Send an administrative or moderator message to the client
acceptAdminMessage(AbstractRoom, String) - Method in class org.starhope.appius.via.RemoteUser
This is an overriding method.
acceptAdminMessage(Integer, String) - Method in class org.starhope.appius.via.RemoteUser
This is an overriding method.
acceptAdminMessage(String, String, String) - Method in class org.starhope.appius.via.RemoteUser
This is an overriding method.
acceptCommand(AbstractUser, AbstractRoom, String[]) - Method in class org.starhope.appius.game.GameEvent
 
acceptCommand(User, AbstractRoom, Zone, String[]) - Method in class org.starhope.appius.game.GameEvent
Accept a developer-level command and react to it.
acceptErrorReply(String, String, JSONObject, AbstractRoom) - Method in class org.starhope.appius.game.npc.AbstractScriptedNPC
This is an overriding method.
acceptErrorReply(String, String, JSONObject, AbstractRoom) - Method in interface org.starhope.appius.user.AbstractUser
 
acceptErrorReply(String, String, JSONObject, AbstractRoom) - Method in class org.starhope.appius.user.User
 
acceptErrorReply(String, String, JSONObject, AbstractRoom) - Method in class org.starhope.appius.via.RemoteUser
This is an overriding method.
acceptGameAction(AbstractUser, JSONObject) - Method in class org.starhope.appius.game.LaserTagGame
 
acceptGameAction(AbstractUser, JSONObject) - Method in class org.starhope.appius.game.npc.AbstractScriptedNPC
This is an overriding method.
acceptGameAction(AbstractUser, JSONObject) - Method in interface org.starhope.appius.game.RoomListener
Broadcast message of a game action taking place
acceptGameAction(AbstractUser, JSONObject) - Method in class org.starhope.appius.user.User
This is an overriding method.
acceptGameAction(AbstractUser, JSONObject) - Method in class org.starhope.appius.via.RemoteUser
This is an overriding method.
acceptGameStateChange(GameEvent, GameStateFlag) - Method in class org.starhope.appius.game.GameEvent
This is an overriding method.
acceptGameStateChange(GameEvent, GameStateFlag) - Method in class org.starhope.appius.game.LaserTagGame
 
acceptGameStateChange(GameEvent, GameStateFlag) - Method in class org.starhope.appius.game.npc.AbstractScriptedNPC
This is an overriding method.
acceptGameStateChange(GameEvent, GameStateFlag) - Method in interface org.starhope.appius.game.RoomListener
Notification of a GameEvent changing state for the room
acceptGameStateChange(GameEvent, GameStateFlag) - Method in class org.starhope.appius.user.User
This is an overriding method.
acceptGameStateChange(GameEvent, GameStateFlag) - Method in class org.starhope.appius.via.RemoteUser
This is an overriding method.
acceptMessage(String, String, String) - Method in class org.starhope.appius.game.npc.AbstractScriptedNPC
This is an overriding method.
acceptMessage(String, String, String) - Method in interface org.starhope.appius.user.AbstractUser
 
acceptMessage(String, String, String) - Method in class org.starhope.appius.user.User
Accept an administrative/moderator message with the full range of options
acceptMessage(String, String, String) - Method in class org.starhope.appius.via.RemoteUser
This is an overriding method.
acceptObjectJoinRoom(AbstractRoom, RoomListener) - Method in class org.starhope.appius.game.GameEvent
 
acceptObjectJoinRoom(AbstractRoom, RoomListener) - Method in class org.starhope.appius.game.npc.AbstractScriptedNPC
This is an overriding method.
acceptObjectJoinRoom(AbstractRoom, RoomListener) - Method in interface org.starhope.appius.game.RoomListener
Notification that someone has entered the room.
acceptObjectJoinRoom(AbstractRoom, AbstractUser) - Method in class org.starhope.appius.user.User
Accept notification of a user or object joining the room.
acceptObjectJoinRoom(AbstractRoom, RoomListener) - Method in class org.starhope.appius.user.User
 
acceptObjectJoinRoom(AbstractRoom, RoomListener) - Method in class org.starhope.appius.via.RemoteUser
This is an overriding method.
acceptObjectPartRoom(AbstractRoom, RoomListener) - Method in class org.starhope.appius.game.GameEvent
 
acceptObjectPartRoom(AbstractRoom, RoomListener) - Method in class org.starhope.appius.game.npc.AbstractScriptedNPC
This is an overriding method.
acceptObjectPartRoom(AbstractRoom, RoomListener) - Method in interface org.starhope.appius.game.RoomListener
Notification that someone has left a room
acceptObjectPartRoom(AbstractRoom, RoomListener) - Method in class org.starhope.appius.user.User
Accept notification of a user or object departing the room.
acceptObjectPartRoom(AbstractRoom, RoomListener) - Method in class org.starhope.appius.via.RemoteUser
This is an overriding method.
acceptOutOfBandMessage(AbstractUser, AbstractRoom, JSONObject) - Method in class org.starhope.appius.game.npc.AbstractScriptedNPC
This is an overriding method.
acceptOutOfBandMessage(AbstractUser, AbstractRoom, JSONObject) - Method in interface org.starhope.appius.game.RoomListener
Accept an out-of-band communications packet that was broadcast to a room in which this Listener is listening.
acceptOutOfBandMessage(AbstractUser, AbstractRoom, JSONObject) - Method in class org.starhope.appius.user.User
Accept an out-of-band message from a room.
acceptOutOfBandMessage(AbstractUser, AbstractRoom, JSONObject) - Method in class org.starhope.appius.via.RemoteUser
This is an overriding method.
acceptPrivateMessage(AbstractUser, String) - Method in class org.starhope.appius.user.User
Accept an incoming private message (“whisper”) from another user.
acceptPublicMessage(AbstractUser, AbstractRoom, String) - Method in class org.starhope.appius.game.GameEvent
This is an overriding method.
acceptPublicMessage(AbstractUser, AbstractRoom, String) - Method in class org.starhope.appius.game.npc.AbstractScriptedNPC
This is an overriding method.
acceptPublicMessage(AbstractUser, String) - Method in class org.starhope.appius.game.npc.AbstractScriptedNPC
This is an overriding method.
acceptPublicMessage(AbstractUser, AbstractRoom, String) - Method in interface org.starhope.appius.game.RoomListener
Accept a public chat message or /emote.
acceptPublicMessage(AbstractUser, String) - Method in interface org.starhope.appius.game.RoomListener
Accept a public chat message.
acceptPublicMessage(AbstractUser, AbstractRoom, String) - Method in class org.starhope.appius.user.User
This is an overriding method.
acceptPublicMessage(AbstractUser, String) - Method in class org.starhope.appius.user.User
This is an overriding method.
acceptPublicMessage(AbstractUser, AbstractRoom, String) - Method in class org.starhope.appius.via.RemoteUser
This is an overriding method.
acceptPublicMessage(AbstractUser, String) - Method in class org.starhope.appius.via.RemoteUser
This is an overriding method.
AcceptsMetronomeTicks - Interface in org.starhope.appius.util
TODO: The documentation for this type (AcceptsMetronomeTicks) is incomplete.
acceptSuccessReply(AbstractZone, AbstractRoom, String, JSONObject) - Method in class org.starhope.appius.game.npc.AbstractScriptedNPC
This is an overriding method.
acceptSuccessReply(String, JSONObject, AbstractRoom) - Method in class org.starhope.appius.game.npc.AbstractScriptedNPC
This is an overriding method.
acceptSuccessReply(AbstractZone, AbstractRoom, String, JSONObject) - Method in interface org.starhope.appius.user.AbstractUser
Deprecated. use AbstractUser.acceptSuccessReply( String, JSONObject,AbstractRoom); zone is unnecessary
acceptSuccessReply(String, JSONObject, AbstractRoom) - Method in interface org.starhope.appius.user.AbstractUser
 
acceptSuccessReply(AbstractZone, AbstractRoom, String, JSONObject) - Method in class org.starhope.appius.user.User
Deprecated. for shorter User.acceptSuccessReply(String, JSONObject, AbstractRoom)
acceptSuccessReply(String, JSONObject, AbstractRoom) - Method in class org.starhope.appius.user.User
 
acceptSuccessReply(AbstractZone, AbstractRoom, String, JSONObject) - Method in class org.starhope.appius.via.RemoteUser
Deprecated. 
acceptSuccessReply(String, JSONObject, AbstractRoom) - Method in class org.starhope.appius.via.RemoteUser
This is an overriding method.
account_not_approved() - Static method in class org.starhope.appius.mb.Messages
Deprecated. 
activate() - Method in class org.starhope.appius.game.Zone
This is an overriding method.
activate() - Method in class org.starhope.appius.mb.UserEnrolment
Deprecated. 
activate(boolean) - Method in class org.starhope.appius.mb.UserEnrolment
 
activate() - Method in interface org.starhope.appius.types.AbstractZone
Adds the zone to the global zones index (via AppiusClaudiusCaecus.addZone), making it available for users to see.
activate() - Method in class org.starhope.appius.via.RemoteZone
This is an overriding method.
add(GameEvent) - Method in interface org.starhope.appius.game.AbstractRoom
 
add(AcceptsMetronomeTicks) - Static method in class org.starhope.appius.game.AppiusClaudiusCaecus
Add a thread to the Metronome tick event schedule without that thread being
add(Zone) - Static method in class org.starhope.appius.game.AppiusClaudiusCaecus
Add a Zone to the global Zones list
add(GameEvent) - Method in class org.starhope.appius.game.Room
This is an overriding method.
add(AbstractRoom) - Method in class org.starhope.appius.game.Zone
This is an overriding method.
add(AbstractUser) - Method in class org.starhope.appius.game.Zone
 
add(String, Date) - Method in class org.starhope.appius.messaging.BadMailList
Ban an eMail address from being used for a certain amount of time.
add(T) - Method in class org.starhope.appius.sql.SQLPeerList
This is an overriding method.
add(AbstractRoom) - Method in interface org.starhope.appius.types.AbstractZone
Add a new room into the Zone, once it has been constructed.
add(GameEvent) - Method in class org.starhope.appius.via.RemoteRoom
This is an overriding method.
add(AbstractRoom) - Method in class org.starhope.appius.via.RemoteZone
This is an overriding method.
addAll(Collection<? extends T>) - Method in class org.starhope.appius.sql.SQLPeerList
This is an overriding method.
addAnnotation(String, String) - Method in class org.starhope.appius.mb.Payment
WRITEME: document this method (brpocock, Jul 13, 2009)
addAuthType(String) - Method in interface org.starhope.appius.pay.util.AdditionalPaymentRecord
 
addBuddy(AbstractUser) - Method in class org.starhope.appius.game.npc.AbstractScriptedNPC
This is an overriding method.
addBuddy(AbstractUser) - Method in interface org.starhope.appius.user.AbstractUser
 
addBuddy(AbstractUser) - Method in class org.starhope.appius.user.User
Adds a user to this user's buddy list.
addBuddy(AbstractUser) - Method in class org.starhope.appius.via.RemoteUser
This is an overriding method.
addCookies(Cookie[]) - Method in interface org.starhope.appius.pay.util.AdditionalPaymentRecord
 
addDefaultFreeItem(int) - Method in class org.starhope.appius.user.User
Identical to @link User.addDefaultFreeItem(int, boolean) with “false” for the second parameter
addDefaultFreeItem(int, boolean) - Method in class org.starhope.appius.user.User
Add an item which every user gets for free to the user's inventory, if it does not already exist.
addException(String, String, FilterAction) - Method in class org.starhope.appius.sys.op.Filter
This adds an exception to a pattern.
addException(String, String, String, String) - Method in class org.starhope.appius.sys.op.Filter
WRITEME: document this method (brpocock, Aug 25, 2009)
addFreeClothing(ClothingItem) - Method in class org.starhope.appius.user.User
 
addGiftSubscription(int, int) - Method in class org.starhope.appius.game.npc.AbstractScriptedNPC
This is an overriding method.
addGiftSubscription(int, int) - Method in interface org.starhope.appius.user.AbstractUser
 
addGiftSubscription(int, int) - Method in class org.starhope.appius.user.User
Create a gift subscription for a user, to last the given number of months plus the given number of days.
addGiftSubscription(int, int) - Method in class org.starhope.appius.via.RemoteUser
This is an overriding method.
addItem(int) - Method in class org.starhope.appius.game.npc.AbstractScriptedNPC
This is an overriding method.
addItem(int) - Method in interface org.starhope.appius.user.AbstractUser
 
addItem(int) - Method in class org.starhope.appius.user.User
Add an item to the user's inventory.
addItem(InventoryItem) - Method in class org.starhope.appius.user.User
Add an item to the user's inventory.
addItem(int) - Method in class org.starhope.appius.via.RemoteUser
This is an overriding method.
AdditionalPaymentRecord - Interface in org.starhope.appius.pay.util
 
addKickedUser(User, int) - Method in class org.starhope.appius.game.SmartFaux
Deprecated.  
addLocalAddress(String) - Method in interface org.starhope.appius.pay.util.AdditionalPaymentRecord
 
addLocalHost(String) - Method in interface org.starhope.appius.pay.util.AdditionalPaymentRecord
 
addLocalPort(int) - Method in interface org.starhope.appius.pay.util.AdditionalPaymentRecord
 
addPathInfo(String) - Method in interface org.starhope.appius.pay.util.AdditionalPaymentRecord
 
addPattern(String, FilterAction) - Method in class org.starhope.appius.sys.op.Filter
Adds a new pattern to this filter, with the supplied action associated.
addPattern(String, String, String) - Method in class org.starhope.appius.sys.op.Filter
Used for adding patterns from the database's stringy representations
addPayment() - Method in class org.starhope.appius.mb.UserEnrolment
Deprecated. 
addPaymentToSequence(UserEnrolment) - Static method in class org.starhope.appius.mb.Payment
Adds a new payment to the sequence for a User Enrolment.
addReferer(String) - Method in interface org.starhope.appius.pay.util.AdditionalPaymentRecord
 
addRemoteAddress(String) - Method in interface org.starhope.appius.pay.util.AdditionalPaymentRecord
 
addRemoteHost(String) - Method in interface org.starhope.appius.pay.util.AdditionalPaymentRecord
 
addRemotePort(int) - Method in interface org.starhope.appius.pay.util.AdditionalPaymentRecord
 
addRemoteUser(String) - Method in interface org.starhope.appius.pay.util.AdditionalPaymentRecord
 
address - Variable in class org.starhope.appius.mb.UserAddress
WRITEME
address - Variable in class org.starhope.appius.pay.AuthorizeNetGateway
 
address - Variable in class org.starhope.appius.pay.util.PaymentCredential
 
address2 - Variable in class org.starhope.appius.mb.UserAddress
WRITEME
addressType - Variable in class org.starhope.appius.mb.UserAddress
WRITEME
AddressVerificationCode - Enum in org.starhope.appius.pay.util
This is based upon the following codes enumerated by Authorize.Net.
AddressVerificationCode() - Constructor for enum org.starhope.appius.pay.util.AddressVerificationCode
 
addRoom(int) - Method in class org.starhope.appius.user.User
 
addScheme(String) - Method in interface org.starhope.appius.pay.util.AdditionalPaymentRecord
 
addServerName(String) - Method in interface org.starhope.appius.pay.util.AdditionalPaymentRecord
 
addServerPort(int) - Method in interface org.starhope.appius.pay.util.AdditionalPaymentRecord
 
addUser(AbstractUser) - Method in interface org.starhope.appius.types.UserList
TODO: document this method (brpocock, Sep 25, 2009)
addZombie(Thread) - Method in class org.starhope.appius.game.Charon
Add a thread to the pool to be checked to reaping periodically
addZone(String, Zone) - Static method in class org.starhope.appius.game.AppiusClaudiusCaecus
Deprecated. 
AdminListener - Class in org.starhope.appius.game
This is a listener thread for logging in for specific administrative functions
AdminListener() - Constructor for class org.starhope.appius.game.AdminListener
Instantiate the AdminListener thread
AdminProcessor - Class in org.starhope.appius.game
Processing thread for an administrative connection (normally port 2772)
AdminProcessor(Socket) - Constructor for class org.starhope.appius.game.AdminProcessor
create a new administrative processing thread
affirmFreeMember() - Method in class org.starhope.appius.user.User
Affirm that this is a free (non-premium) member and remove clothing and patterns.
affirmPaidMember() - Method in class org.starhope.appius.user.User
Ensure that this user has the benefits of being a paid member, effective immediately
AgeBracket - Enum in org.starhope.appius.types
WRITEME: The documentation for this type (AgeBracket) is incomplete.
AgeBracket() - Constructor for enum org.starhope.appius.types.AgeBracket
 
ageGroup - Variable in class org.starhope.appius.user.User
The age bracket to which this user belongs: currently kid (0-12), teen (13-17), or adult (18+).
agree_ts_and_cs() - Static method in class org.starhope.appius.mb.Messages
Deprecated. 
AlreadyExistsException - Exception in org.starhope.appius.except
 
AlreadyExistsException(String) - Constructor for exception org.starhope.appius.except.AlreadyExistsException
 
AlreadyLoadedException - Exception in org.starhope.appius.except
 
AlreadyLoadedException(long, long) - Constructor for exception org.starhope.appius.except.AlreadyLoadedException
 
AlreadyUsedException - Exception in org.starhope.appius.except
 
AlreadyUsedException(String, Date) - Constructor for exception org.starhope.appius.except.AlreadyUsedException
 
alterEnrolment(Payment, UserEnrolment) - Method in class org.starhope.appius.mb.IBCGateway
 
alterEnrolment(Payment, UserEnrolment) - Method in class org.starhope.appius.mb.PaymentGateway
 
alterEnrolment(Payment, UserEnrolment) - Method in class org.starhope.appius.pay.AuthorizeNetGateway
 
alterEnrolment(Payment, UserEnrolment) - Method in class org.starhope.appius.pay.PayPalGateway
 
alterEnrolment(Payment, UserEnrolment) - Method in interface org.starhope.appius.pay.util.PaymentGatewayReal
 
annotations - Variable in class org.starhope.appius.mb.Payment
The collection of additional annotations for record-keeping or other purposes.
annotationType() - Method in class org.starhope.appius.via.SetRemote
 
answer_incorrect() - Static method in class org.starhope.appius.mb.Messages
Deprecated. 
AppiusClaudiusCaecus - Class in org.starhope.appius.game
Appius Claudius Caecus is a game server application framework.
AppiusClaudiusCaecus(Socket, Zone) - Constructor for class org.starhope.appius.game.AppiusClaudiusCaecus
Create a new thread connected to a given client, in a certain zone.
AppiusClaudiusCaecus(String) - Constructor for class org.starhope.appius.game.AppiusClaudiusCaecus
Just for uncaught exception handler faux-thread
AppiusConfig - Class in org.starhope.appius.util
This static class is the singleton responsible for configuration, factories, etc.
AppiusConfig() - Constructor for class org.starhope.appius.util.AppiusConfig
 
AppiusDatagram - Class in org.starhope.appius.game
WRITEME: The documentation for this type (AppiusDatagram) is incomplete.
AppiusDatagram(String) - Constructor for class org.starhope.appius.game.AppiusDatagram
WRITEME
AppiusDatagram(String, boolean) - Constructor for class org.starhope.appius.game.AppiusDatagram
WRITEME
AppiusNonPlayerCharacter - Class in org.starhope.appius.game.npc
 
AppiusNonPlayerCharacter() - Constructor for class org.starhope.appius.game.npc.AppiusNonPlayerCharacter
 
AppiusNPCManager - Class in org.starhope.appius.game.npc
This behavior allows you to write your code as if the server were always up, with the caveat that you do have to check elapsed time in your periodic task's run method if a delay between that and the last time it was run has significance to your logic.
AppiusNPCManager() - Constructor for class org.starhope.appius.game.npc.AppiusNPCManager
 
applyIBC(User) - Method in class org.starhope.appius.mb.IBCRegister
Deprecated. TODO: document this method (theys, Sep 18, 2009)
applyTo(AimTransaction) - Method in class org.starhope.appius.pay.util.PaymentCredential
Apply a (credit-card only) set of payment credentials to an Authorize.Net one-time-purchase (AIM, Advanced Integration Method) object.
applyTo(ARBNameAndAddress) - Method in class org.starhope.appius.pay.util.PaymentCredential
TODO: document this method (brpocock, Sep 11, 2009)
applyTo(ARBPayment) - Method in class org.starhope.appius.pay.util.PaymentCredential
Apply the credit-card information to the Authorize.net ARBPayment object.
approvedDate - Variable in class org.starhope.appius.user.User
The date on which the account was approved (by parent) or eMail was validated (by self).
approveName(AbstractUser) - Method in class org.starhope.appius.user.User
Approve the user's requested name, and make it active
areWeThereYet(AbstractUser, long) - Static method in class org.starhope.util.LibMisc
TODO: document this method (brpocock, Nov 24, 2009)
areYouThere() - Method in class org.starhope.appius.game.AppiusClaudiusCaecus
Send a packet to the user to see if they're still there
asMap() - Method in interface org.starhope.appius.types.UserList
Get a map copy of the buddy list with keys as user ID's and values as user names.
asNames() - Method in interface org.starhope.appius.types.UserList
TODO: document this method (brpocock, Oct 13, 2009)
assertOpen() - Method in class org.starhope.appius.mb.Payment
 
assertStaffLevel(int) - Method in class org.starhope.appius.game.npc.AbstractScriptedNPC
This is an overriding method.
assertStaffLevel(User, int) - Method in class org.starhope.appius.game.Zone
Assert that the given user must have a given level of staff privileges
assertStaffLevel(int) - Method in interface org.starhope.appius.user.AbstractUser
 
assertStaffLevel(int) - Method in class org.starhope.appius.user.User
Assert that this user must have the given staff level (or greater).
assertStaffLevel(int) - Method in class org.starhope.appius.via.RemoteUser
This is an overriding method.
assertUserNameAvailable(String) - Static method in class org.starhope.appius.user.User
Make the assertion that the user name supplied is available to be requested or assigned to this user.
assertValidWarnReason(String, AbstractUser) - Static method in class org.starhope.appius.sys.op.OpCommands
TODO: document this method (brpocock, Dec 10, 2009)
AssetFormat - Enum in org.starhope.appius.game
 
AssetFormat() - Constructor for enum org.starhope.appius.game.AssetFormat
 
asyncValidate() - Method in class org.starhope.appius.mb.UserAddress
Request an asynchronous validation against some online service or other (Google, Yahoo, whoever)
attend(AbstractUser) - Method in class org.starhope.appius.game.npc.AbstractScriptedNPC
This is an overriding method.
attend(AbstractUser) - Method in interface org.starhope.appius.user.AbstractUser
 
attend(AbstractUser) - Method in class org.starhope.appius.user.User
Attend to an user who may previously have been ignored
attend(AbstractUser) - Method in class org.starhope.appius.via.RemoteUser
This is an overriding method.
AuthorizeNetGateway - Class in org.starhope.appius.pay
 
AuthorizeNetGateway() - Constructor for class org.starhope.appius.pay.AuthorizeNetGateway
 
authSubID - Variable in class org.starhope.appius.mb.UserEnrolment
Authorize.net subscription ID
autoRenew - Variable in class org.starhope.appius.mb.Enrolment
WRITEME
available - Variable in class org.starhope.appius.mb.Enrolment
WRITEME
avatarCanEquip() - Method in class org.starhope.appius.types.EquipAs
 
AvatarClass - Class in org.starhope.appius.user
The avatar class defines a type of avatar which can be used by a game player or NPC.
AvatarClass(int) - Constructor for class org.starhope.appius.user.AvatarClass
 
AvatarClass(String) - Constructor for class org.starhope.appius.user.AvatarClass
 
avatarClass - Variable in class org.starhope.appius.user.User
The type of avatar in play
AvatarDecoration - Class in org.starhope.appius.game
 
AvatarDecoration(String, Coord3D) - Constructor for class org.starhope.appius.game.AvatarDecoration
Create a new visible attachment that accompanies something VisibleInWorld
AvatarDecoration(String, double, double, double) - Constructor for class org.starhope.appius.game.AvatarDecoration
Create a new visible attachment that accompanies something VisibleInWorld

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 _