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

F

f - Variable in class org.starhope.appius.user.events.QuaestorRunner
WRITEME: Document this brpocock@star-hope.org
facing - Variable in class org.starhope.appius.game.inventory.InventoryItem
WRITEME: Document this brpocock@star-hope.org
facing - Variable in class org.starhope.appius.user.GeneralUser
The direction in which the user is facing.
FACING_MIN_EFFECT - Static variable in class org.starhope.appius.game.Room
Semi-tunable: The minimum number of total x and y pixels of motion before the facing of the object/user will be affected
failLogin() - Method in class org.starhope.appius.net.ServerThread
This method is called when login fails.
fancyMatch(String, Pattern) - Method in class org.starhope.appius.sys.op.Filter
This is the actual regular-expression matching test routine.
fatalBug(Exception) - Static method in class org.starhope.appius.game.AppiusClaudiusCaecus
The exception passed in will be reported, as per reportBug, and then re-thrown as an Error, killing the process responsible
fatalBug(String) - Static method in class org.starhope.appius.game.AppiusClaudiusCaecus
Report a bug, and throw a fatal Error.
fatalBug(String, Throwable) - Static method in class org.starhope.appius.game.AppiusClaudiusCaecus
Report a bug, and throw a fatal Error.
fatalBug(Exception) - Method in class org.starhope.appius.game.BugReporter
WRITEME: Document this method brpocock@star-hope.org
fatalBug(String, Throwable) - Method in class org.starhope.appius.game.BugReporter
WRITEME: Document this method brpocock@star-hope.org
fatalError(SAXParseException) - Method in class net.authorize.arb.util.BasicXmlDocument.BasicXMLDocumentErrorHandler
WRITEME
fax - Variable in class net.authorize.admc.authnet.AimTransaction
WRITEME
faxNumber - Variable in class net.authorize.arb.ARBCustomer
WRITEME
fetch(T) - Method in class org.starhope.appius.sql.SQLPeerList
Pull an element from the database, if it is on this list
fetch_avatarInfo(UserRecord, ResultSet) - Static method in class org.starhope.appius.user.UserRecordSQLLoader
Fetch the user's avatar information from the database
fetch_chatColours(UserRecord, ResultSet) - Static method in class org.starhope.appius.user.UserRecordSQLLoader
Fetch the chat colours for this user from the database
fetch_dobInfo(UserRecord, ResultSet) - Static method in class org.starhope.appius.user.UserRecordSQLLoader
Fetch the user's date of birth and related information from the database record provided
fetch_language(UserRecord, ResultSet) - Static method in class org.starhope.appius.user.UserRecordSQLLoader
Fetch the user's language and dialect information from the database record
fetch_laston(UserRecord) - Static method in class org.starhope.appius.user.UserRecordSQLLoader
Fetch the user's last activity information from the database record
fetch_mailInfo(UserRecord, ResultSet) - Static method in class org.starhope.appius.user.UserRecordSQLLoader
Fetch the user's eMail info from the database record
fetch_more(ResultSet) - Method in class org.starhope.appius.user.UserRecordSQLLoader
Fetch additional results fields from a database record — mostly intended to be overridden by derived classes
fetch_parentInfo(UserRecord, ResultSet) - Static method in class org.starhope.appius.user.UserRecordSQLLoader
Fetch information about the user's parent (if any).
fetch_passwordResetInfo(UserRecord, ResultSet) - Static method in class org.starhope.appius.user.UserRecordSQLLoader
Fetch the password reset question and answer from the provided database record.
fetch_permissionsInfo(UserRecord, ResultSet) - Static method in class org.starhope.appius.user.UserRecordSQLLoader
Fetch the permissions-related portion of a user's record out of the SQL ResultSet.
fetch_userBasicInfo(UserRecord, ResultSet) - Static method in class org.starhope.appius.user.UserRecordSQLLoader
Fetch the user's basic information: user ID, user name, and password — from the provided database record
fetchNext() - Method in class org.starhope.appius.user.UserListSQLIterator
WRITEME: Document this method brpocock@star-hope.org
filename - Variable in class org.starhope.appius.game.AvatarDecoration
 
filename - Variable in class org.starhope.appius.game.RoomLayer
WRITEME: Document this brpocock@star-hope.org
filename - Variable in class org.starhope.appius.user.AvatarClass
avatar class filename
filename - Variable in class org.starhope.appius.user.events.EventType
the filename for client-side processing of a minigame
fillAction - Variable in class org.starhope.appius.game.inventory.effects.Shovel
WRITEME: Document this brpocock@star-hope.org
Filter - Class in org.starhope.appius.sys.op
This class represents (and actually provides the services of) a filter capable of identifying offensive content in text, and flagging it.
Filter() - Constructor for class org.starhope.appius.sys.op.Filter
WRITEME
Filter(ResultSet) - Constructor for class org.starhope.appius.sys.op.Filter
 
filter(String) - Method in class org.starhope.appius.sys.op.Filter
Returns the filter action result of matching the given string.
Filter.FilterPattern - Class in org.starhope.appius.sys.op
This class is basically just a structure to group together some data pertaining to a filtered pattern.
Filter.FilterPattern() - Constructor for class org.starhope.appius.sys.op.Filter.FilterPattern
Constructor
FilterAction - Enum in org.starhope.appius.sys.op
This enumeration gives the possible actions that a filter can recommend based upon its input.
FilterAction() - Constructor for enum org.starhope.appius.sys.op.FilterAction
 
filterMessage(String) - Method in interface org.starhope.appius.messaging.AbstractCensor
Filter the message.
filterMessage(String) - Method in class org.starhope.appius.sys.op.Filter
 
FilterResult - Class in org.starhope.appius.sys.op
TODO: The documentation for this type (FilterResult) is incomplete.
FilterResult() - Constructor for class org.starhope.appius.sys.op.FilterResult
WRITEME
FilterResult(FilterStatus, String) - Constructor for class org.starhope.appius.sys.op.FilterResult
 
filters - Static variable in class org.starhope.appius.util.AppiusConfig
The library of instantiated filters for various purposes
FilterStatus - Enum in org.starhope.appius.sys.op
Filter Result
Ok Black Red
FilterStatus() - Constructor for enum org.starhope.appius.sys.op.FilterStatus
 
FilterType - Enum in org.starhope.appius.types
Enumeration of potential types of filters that might exist in the world.
FilterType() - Constructor for enum org.starhope.appius.types.FilterType
 
finalize() - Method in class org.starhope.appius.game.npc.Ejecta
 
finalize() - Method in class org.starhope.appius.net.ServerThread
 
finalize() - Method in class org.starhope.appius.util.SimpleDataRecord
 
findBestPointOnLeftOfEdge(Triangulation, Point2D.Double[]) - Method in class org.starhope.appius.physica.QuadraticAlgorithm
Find best point on left of edge.
findCircumcircle(Point2D.Double, Point2D.Double, Point2D.Double) - Method in class org.starhope.appius.physica.Circle
Compute the circle defined by three points (circumcircle).
findClaimedZoneName() - Static method in class org.starhope.appius.sys.admin.TheZones
Find a zone name that has been claimed
findClosestNeighbours(Point2D.Double[], int) - Method in class org.starhope.appius.physica.CubicAlgorithm
Find the two closest points.
findClosestNeighbours(Point2D.Double[], int) - Method in class org.starhope.appius.physica.QuadraticAlgorithm
Find the two closest points.
findComponent(Vector2D, Vector2D) - Static method in class org.starhope.appius.physica.RigidBody
Finds the vector component of the incident vector in the normal vector
findEdge(int, int) - Method in class org.starhope.appius.physica.Triangulation
WRITEME: Document this method brpocock@star-hope.org
findInCache() - Method in class org.starhope.appius.sql.SQLPeerDatum
Deprecated. Find the object in the cache, if possible.
findInCache(Class<T>, int) - Static method in class org.starhope.appius.user.Nomenclator
Find an object in the caché, given its class and identifying integer.
findInCache(Class<T>, S) - Static method in class org.starhope.appius.user.Nomenclator
Find an object in the caché, given its base storage class and a DataRecord which uniquely identifies it.
findInCache(Class<T>, String) - Static method in class org.starhope.appius.user.Nomenclator
Find an object in the caché based upon a class and a string identifier.
findInGenericCache(Class<T>, String) - Static method in class org.starhope.appius.user.Nomenclator
Find a generic object in a caché, without regards for the object's type.
findItem(int) - Method in class org.starhope.appius.game.inventory.Inventory
Checks if an item with the ID of parameter id is contained in the set, and if so, returns it.
findLightZone() - Static method in class org.starhope.appius.game.ZoneSpawner
Deprecated. Use TheZones.findLightZone() instead
findLightZone() - Static method in class org.starhope.appius.sys.admin.TheZones
Returns a zone rated as being “light” traffic.
findMyself(JSONObject) - Static method in class org.starhope.appius.game.PreLoginCommands
Find the AppiusClaudiusCaecus thread in which we're being called
findPathSolution(String, List<String>, String) - Method in class org.starhope.appius.user.PathFinder
WRITEME: Document this method brpocock@star-hope.org
findPathsTo(String, String) - Method in class org.starhope.appius.user.PathFinder
WRITEME: Document this method brpocock@star-hope.org
findPointFreeCircumcircle(Triangulation, Point2D.Double[]) - Method in class org.starhope.appius.physica.CubicAlgorithm
Find point free circumcircle to the left.
findPointWithin(GeneralPath) - Method in class org.starhope.appius.game.Room
WRITEME: Document this method brpocock@star-hope.org
findSpawnPointFrom(String) - Method in class org.starhope.appius.game.Room
Find a spawn (entry) point in this room for an user joining from the given old room.
findSpawnPointWithin(Collection<GeneralPath>) - Method in class org.starhope.appius.game.Room
WRITEME: Document this method brpocock@star-hope.org
findSpawnPointWithin(GeneralPath) - Method in class org.starhope.appius.game.Room
WRITEME: Document this method brpocock@star-hope.org
findUnclaimedZoneName() - Static method in class org.starhope.appius.sys.admin.TheZones
find a zone name that isn't claimed by any zone server
FingerAction - Class in org.starhope.rahab.ui.contextmenu
WRITEME: Document this type.
FingerAction(String, MessageCallBack) - Constructor for class org.starhope.rahab.ui.contextmenu.FingerAction
twheys@gmail.com Dec 31, 2009
fingerInfo(AbstractUser, AbstractUser) - Static method in class org.starhope.appius.sys.op.OpCommands
get “finger” information about any user
fire(Coord3D) - Method in class org.starhope.appius.game.inventory.effects.SimpleRangedWeapon
WRITEME: Document this method brpocock@star-hope.org
fire(AvatarClass, Coord3D, double, AbstractUser, AvatarClass, AvatarClass, DamageTypeRanks) - Static method in class org.starhope.appius.game.npc.Projectile
Specify the avatar file to be provided to the client, and the shooter, and motion vector.
first_name - Variable in class net.authorize.admc.authnet.AimTransaction
WRITEME
first_name - Variable in class net.authorize.arb.ARBNameAndAddress
WRITEME
FIRST_SAFE_ROOM_NUMBER - Static variable in class org.starhope.appius.game.Room
The lowest room number for use with dynamically-created rooms.
firstTried - Variable in class org.starhope.appius.mb.Payment
The time at which we first tried to post this payment.
flags - Variable in class org.starhope.appius.messaging.MailMessage
Flags set on this message, stored by key of the userID who created the flag and the value of the flag names.
flush(Object) - Method in class org.starhope.appius.game.inventory.Inventory
Update an individual item in the database if necessary.
flush() - Method in class org.starhope.appius.mb.Payment
 
flush() - Method in class org.starhope.appius.mb.PaymentGateway
This is an overriding method.
flush() - Method in class org.starhope.appius.mb.UserAddress
This is an overriding method.
flush() - Method in class org.starhope.appius.messaging.MailMessage
 
flush() - Method in class org.starhope.appius.sql.SQLPeerDatum
Deprecated.  
flush() - Method in class org.starhope.appius.sys.admin.SecurityCapability
 
flush() - Method in class org.starhope.appius.sys.op.Filter
This is an overriding method.
flush() - Method in class org.starhope.appius.types.GameFlagValue
This is an overriding method.
flush() - Method in interface org.starhope.appius.types.GameWorldMessage
 
flush() - Method in class org.starhope.appius.types.RoomBadge
This is an overriding method.
flush() - Method in class org.starhope.appius.user.events.MedalType
 
flush(int) - Static method in class org.starhope.appius.util.DataRecordFlushManager
Flush a few records, then return how many remain
flush(T) - Static method in class org.starhope.appius.util.DataRecordFlushManager
Flush a record to the database
flush(ViaMunita<?>) - Static method in class org.starhope.appius.via.Via
 
flushAll() - Static method in class org.starhope.appius.util.DataRecordFlushManager
Flush all records for shutdown
flushLater(T) - Static method in class org.starhope.appius.util.DataRecordFlushManager
If the Background Flush thread is not already running, make sure that it will run
flushThread - Static variable in class org.starhope.appius.util.DataRecordFlushManager
WRITEME
fontLibURL - Variable in class org.starhope.appius.sys.admin.Persephone2AppConfig
WRITEME
forAuthorizeNetCode(String) - Static method in enum org.starhope.appius.pay.util.AddressVerificationCode
WRITEME: document this method (brpocock@star-hope.org, Jul 14, 2009)
ForbiddenUserException - Exception in org.starhope.appius.except
This exception is thrown in registration and similar code to denote that an user is forbidden from registering, probably because they were previously banned.
ForbiddenUserException(String) - Constructor for exception org.starhope.appius.except.ForbiddenUserException
 
forFree - Variable in class org.starhope.appius.user.AvatarClass
A cache of whether each avatar class is available to free users
forgetURL - Variable in class org.starhope.appius.sys.admin.Persephone2AppConfig
WRITEME
forgotPassword(String, String) - Method in interface org.starhope.appius.user.AbstractPerson
Send the user their forgotten password if they know the answer to their secret question.
forgotPassword(String, String) - Method in class org.starhope.appius.user.Parent
 
forgotPassword(AbstractPerson, String, String) - Static method in class org.starhope.appius.user.Person
 
forgotPassword(String, String) - Method in class org.starhope.appius.user.User
Send the user their forgotten password if they know the answer to their secret question.
forgotPasswordAnswer - Variable in class org.starhope.appius.user.Parent
password recovery question's answer
forgotPasswordQuestion - Variable in class org.starhope.appius.user.Parent
password recovery question
forItem(InventoryItem) - Static method in class org.starhope.appius.game.inventory.ItemEffects
Get the ItemEffects subclass responsible for handling effects from a given item type
format - Variable in class org.starhope.appius.user.AvatarClass
WRITEME: Document this brpocock@star-hope.org
formatFutureDate(Date) - Static method in class org.starhope.appius.mb.Messages
Deprecated. use LibMisc.formatFutureDate(Date)
formatFutureDate(Date) - Static method in class org.starhope.util.GetTexty
Format a date into a user-friendly visible object relative to "now."
formatFutureDate(Date) - Static method in class org.starhope.util.LibMisc
WRITEME: document this method (brpocock@star-hope.org, Jan 18, 2010)
formatFutureDate(Date, String) - Static method in class org.starhope.util.LibMisc
WRITEME brpocock@star-hope.org Jul 21, 2010
formatFutureDate(Date, String, String) - Static method in class org.starhope.util.LibMisc
WRITEME: document this method (brpocock@star-hope.org, Jan 18, 2010)
formatFutureDate_English(Date) - Static method in class org.starhope.util.LibMisc
 
formatMemory(long) - Static method in class org.starhope.appius.mb.Messages
Deprecated. use LibMisc.formatMemory(long)
formatMemory(long) - Static method in class org.starhope.util.LibMisc
Create an user-visible string using metric figures accurate to 1 decimal place, expressing an amount of memory in KiB, MiB, &c.
formatPastDate(Date) - Static method in class org.starhope.util.LibMisc
See LibMisc.formatFutureDate(Date, String, String); applies the currently-selected default language of the thread context
formatPastDate(Date, String, String) - Static method in class org.starhope.util.LibMisc
WRITEME: document this method (brpocock@star-hope.org, Jan 18, 2010)
formatPastDate_English(Date) - Static method in class org.starhope.util.LibMisc
 
forPaid - Variable in class org.starhope.appius.user.AvatarClass
A cache of whether each avatar class is available to paid users
forUser(AbstractUser) - Method in class org.starhope.appius.sys.admin.CapabilityRecords
 
forUser(int) - Method in class org.starhope.appius.sys.admin.CapabilityRecords
 
forUser(UserRecord) - Static method in class org.starhope.appius.user.Wallet
Get the wallet for a given user, creating a new one if necessary.
freeInDB(String) - Method in class org.starhope.appius.game.ZoneSpawner
mark a zone as being free in the database
freezeTag - Variable in class org.starhope.appius.game.GameEvent
freeze game actions
frequencyLimit - Variable in class org.starhope.appius.user.events.EventType
how frequently the event type can be conducted
frequencyPeriod - Variable in class org.starhope.appius.user.events.EventType
hot long before the EventType.frequencyLimit is reset
from(ResultSet) - Method in class org.starhope.appius.mb.CurrencySQLLoader
WRITEME: Document this method brpocock@star-hope.org
from_addToList_err(JSONObject) - Method in class org.starhope.vergil.net.ServerCommands
WRITEME: Document this method brpocock@star-hope.org
from_addToList_ok(JSONObject) - Method in class org.starhope.vergil.net.ServerCommands
WRITEME: Document this method brpocock@star-hope.org
from_admin_err(JSONObject) - Method in class org.starhope.vergil.net.ServerCommands
WRITEME: Document this method brpocock@star-hope.org
from_admin_ok(JSONObject) - Method in class org.starhope.vergil.net.ServerCommands
WRITEME: Document this method brpocock@star-hope.org
from_avatars_err(JSONObject) - Method in class org.starhope.vergil.net.ServerCommands
WRITEME: Document this method brpocock@star-hope.org
from_avatars_ok(JSONObject) - Method in class org.starhope.vergil.net.ServerCommands
WRITEME: Document this method brpocock@star-hope.org
from_ayt_err(JSONObject) - Method in class org.starhope.vergil.net.ServerCommands
WRITEME: Document this method brpocock@star-hope.org
from_ayt_ok(JSONObject) - Method in class org.starhope.vergil.net.ServerCommands
WRITEME: Document this method brpocock@star-hope.org
from_badgeUpdate_err(JSONObject) - Method in class org.starhope.vergil.net.ServerCommands
WRITEME: Document this method brpocock@star-hope.org
from_badgeUpdate_ok(JSONObject) - Method in class org.starhope.vergil.net.ServerCommands
WRITEME: Document this method brpocock@star-hope.org
from_beam_err(JSONObject) - Method in class org.starhope.vergil.net.ServerCommands
WRITEME: Document this method brpocock@star-hope.org
from_beam_ok(JSONObject) - Method in class org.starhope.vergil.net.ServerCommands
WRITEME: Document this method brpocock@star-hope.org
from_bots_err(JSONObject) - Method in class org.starhope.vergil.net.ServerCommands
WRITEME: Document this method brpocock@star-hope.org
from_bots_ok(JSONObject) - Method in class org.starhope.vergil.net.ServerCommands
WRITEME: Document this method brpocock@star-hope.org
from_buddyList_err(JSONObject) - Method in class org.starhope.vergil.net.ServerCommands
WRITEME: Document this method brpocock@star-hope.org
from_buddyList_ok(JSONObject) - Method in class org.starhope.vergil.net.ServerCommands
WRITEME: Document this method brpocock@star-hope.org
from_buddyRequest_err(JSONObject) - Method in class org.starhope.vergil.net.ServerCommands
WRITEME: Document this method brpocock@star-hope.org
from_buddyRequest_ok(JSONObject) - Method in class org.starhope.vergil.net.ServerCommands
WRITEME: Document this method brpocock@star-hope.org
from_deleteMailMessage_err(JSONObject) - Method in class org.starhope.vergil.net.ServerCommands
WRITEME: Document this method brpocock@star-hope.org
from_deleteMailMessage_ok(JSONObject) - Method in class org.starhope.vergil.net.ServerCommands
WRITEME: Document this method brpocock@star-hope.org
from_earning_err(JSONObject) - Method in class org.starhope.vergil.net.ServerCommands
WRITEME: Document this method brpocock@star-hope.org
from_earning_ok(JSONObject) - Method in class org.starhope.vergil.net.ServerCommands
WRITEME: Document this method brpocock@star-hope.org
from_echo_err(JSONObject) - Method in class org.starhope.vergil.net.ServerCommands
WRITEME: Document this method brpocock@star-hope.org
from_echo_ok(JSONObject) - Method in class org.starhope.vergil.net.ServerCommands
WRITEME: Document this method brpocock@star-hope.org
from_endEvent_err(JSONObject) - Method in class org.starhope.vergil.net.ServerCommands
WRITEME: Document this method brpocock@star-hope.org
from_endEvent_ok(JSONObject) - Method in class org.starhope.vergil.net.ServerCommands
WRITEME: Document this method brpocock@star-hope.org
from_equip_ok(JSONObject) - Method in class org.starhope.vergil.net.ServerCommands
This message is sent whenever the user's equipment changes.
from_finger_err(JSONObject) - Method in class org.starhope.vergil.net.ServerCommands
WRITEME: Document this method brpocock@star-hope.org
from_finger_ok(JSONObject) - Method in class org.starhope.vergil.net.ServerCommands
WRITEME: Document this method brpocock@star-hope.org
from_forceMove_err(JSONObject) - Method in class org.starhope.vergil.net.ServerCommands
WRITEME: Document this method brpocock@star-hope.org
from_forceMove_ok(JSONObject) - Method in class org.starhope.vergil.net.ServerCommands
WRITEME: Document this method brpocock@star-hope.org
from_gameAction_err(JSONObject) - Method in class org.starhope.vergil.net.ServerCommands
WRITEME: Document this method brpocock@star-hope.org
from_gameAction_ok(JSONObject) - Method in class org.starhope.vergil.net.ServerCommands
WRITEME: Document this method brpocock@star-hope.org
from_getApple_err(JSONObject) - Method in class org.starhope.vergil.net.ServerCommands
WRITEME: Document this method brpocock@star-hope.org
from_getApple_ok(JSONObject) - Method in class org.starhope.vergil.net.ServerCommands
The “apple” is the cookie used to perform password authentication.
from_getAvailableHouses_err(JSONObject) - Method in class org.starhope.vergil.net.ServerCommands
WRITEME: Document this method brpocock@star-hope.org
from_getAvailableHouses_ok(JSONObject) - Method in class org.starhope.vergil.net.ServerCommands
WRITEME: Document this method brpocock@star-hope.org
from_getAwardRankings_err(JSONObject) - Method in class org.starhope.vergil.net.ServerCommands
WRITEME: Document this method brpocock@star-hope.org
from_getAwardRankings_ok(JSONObject) - Method in class org.starhope.vergil.net.ServerCommands
WRITEME: Document this method brpocock@star-hope.org
from_getColorPalettes_err(JSONObject) - Method in class org.starhope.vergil.net.ServerCommands
WRITEME: Document this method brpocock@star-hope.org
from_getColorPalettes_ok(JSONObject) - Method in class org.starhope.vergil.net.ServerCommands
WRITEME: Document this method brpocock@star-hope.org
from_getInventoryItems_err(JSONObject) - Method in class org.starhope.vergil.net.ServerCommands
WRITEME: Document this method brpocock@star-hope.org
from_getInventoryItems_ok(JSONObject) - Method in class org.starhope.vergil.net.ServerCommands
WRITEME: Document this method brpocock@star-hope.org
from_getMailInBox_err(JSONObject) - Method in class org.starhope.vergil.net.ServerCommands
WRITEME: Document this method brpocock@star-hope.org
from_getMailInBox_ok(JSONObject) - Method in class org.starhope.vergil.net.ServerCommands
WRITEME: Document this method brpocock@star-hope.org
from_getMailMessage_err(JSONObject) - Method in class org.starhope.vergil.net.ServerCommands
WRITEME: Document this method brpocock@star-hope.org
from_getMailMessage_ok(JSONObject) - Method in class org.starhope.vergil.net.ServerCommands
WRITEME: Document this method brpocock@star-hope.org
from_getShopItems_err(JSONObject) - Method in class org.starhope.vergil.net.ServerCommands
WRITEME: Document this method brpocock@star-hope.org
from_getShopItems_ok(JSONObject) - Method in class org.starhope.vergil.net.ServerCommands
WRITEME: Document this method brpocock@star-hope.org
from_getStoreItems_err(JSONObject) - Method in class org.starhope.vergil.net.ServerCommands
WRITEME: Document this method brpocock@star-hope.org
from_getStoreItems_ok(JSONObject) - Method in class org.starhope.vergil.net.ServerCommands
WRITEME: Document this method brpocock@star-hope.org
from_getUserLists_err(JSONObject) - Method in class org.starhope.vergil.net.ServerCommands
WRITEME: Document this method brpocock@star-hope.org
from_getUserLists_ok(JSONObject) - Method in class org.starhope.vergil.net.ServerCommands
WRITEME: Document this method brpocock@star-hope.org
from_getWallet_err(JSONObject) - Method in class org.starhope.vergil.net.ServerCommands
WRITEME: Document this method brpocock@star-hope.org
from_getWallet_ok(JSONObject) - Method in class org.starhope.vergil.net.ServerCommands
WRITEME
from_go_err(JSONObject) - Method in class org.starhope.vergil.net.ServerCommands
WRITEME: Document this method brpocock@star-hope.org
from_go_ok(JSONObject) - Method in class org.starhope.vergil.net.ServerCommands
WRITEME: Document this method brpocock@star-hope.org
from_gunList_err(JSONObject) - Method in class org.starhope.vergil.net.ServerCommands
WRITEME: Document this method brpocock@star-hope.org
from_gunList_ok(JSONObject) - Method in class org.starhope.vergil.net.ServerCommands
WRITEME: Document this method brpocock@star-hope.org
from_initUserRoom_err(JSONObject) - Method in class org.starhope.vergil.net.ServerCommands
 
from_initUserRoom_ok(JSONObject) - Method in class org.starhope.vergil.net.ServerCommands
 
from_inventory_err(JSONObject) - Method in class org.starhope.vergil.net.ServerCommands
 
from_inventory_ok(JSONObject) - Method in class org.starhope.vergil.net.ServerCommands
 
from_join_err(JSONObject) - Method in class org.starhope.vergil.net.ServerCommands
WRITEME: Document this method brpocock@star-hope.org
from_join_ok(JSONObject) - Method in class org.starhope.vergil.net.ServerCommands
WRITEME: Document this method brpocock@star-hope.org
from_migrate_err(JSONObject) - Method in class org.starhope.vergil.net.ServerCommands
WRITEME: Document this method brpocock@star-hope.org
from_migrate_ok(JSONObject) - Method in class org.starhope.vergil.net.ServerCommands
WRITEME: Document this method brpocock@star-hope.org
from_outOfBand_err(JSONObject) - Method in class org.starhope.vergil.net.ServerCommands
 
from_outOfBand_ok(JSONObject) - Method in class org.starhope.vergil.net.ServerCommands
 
from_pan_err(JSONObject) - Method in class org.starhope.vergil.net.ServerCommands
WRITEME: Document this method brpocock@star-hope.org
from_pan_ok(JSONObject) - Method in class org.starhope.vergil.net.ServerCommands
Pan the view to a given area.
from_part_err(JSONObject) - Method in class org.starhope.vergil.net.ServerCommands
WRITEME: Document this method brpocock@star-hope.org
from_part_ok(JSONObject) - Method in class org.starhope.vergil.net.ServerCommands
Sent when any user (avatar) leaves the room.
from_passport_err(JSONObject) - Method in class org.starhope.vergil.net.ServerCommands
WRITEME: Document this method brpocock@star-hope.org
from_passport_ok(JSONObject) - Method in class org.starhope.vergil.net.ServerCommands
WRITEME: Document this method brpocock@star-hope.org
from_playSound_ok(JSONObject) - Method in class org.starhope.vergil.net.ServerCommands
Play a sound effect on the client
from_postman_err(JSONObject) - Method in class org.starhope.vergil.net.ServerCommands
WRITEME: Document this method brpocock@star-hope.org
from_postman_ok(JSONObject) - Method in class org.starhope.vergil.net.ServerCommands
WRITEME: Document this method brpocock@star-hope.org
from_prefs_err(JSONObject) - Method in class org.starhope.vergil.net.ServerCommands
 
from_prefs_ok(JSONObject) - Method in class org.starhope.vergil.net.ServerCommands
 
from_purchase_err(JSONObject) - Method in class org.starhope.vergil.net.ServerCommands
WRITEME: Document this method brpocock@star-hope.org
from_purchase_ok(JSONObject) - Method in class org.starhope.vergil.net.ServerCommands
WRITEME: Document this method brpocock@star-hope.org
from_reportBug_err(JSONObject) - Method in class org.starhope.vergil.net.ServerCommands
WRITEME: Document this method brpocock@star-hope.org
from_reportBug_ok(JSONObject) - Method in class org.starhope.vergil.net.ServerCommands
WRITEME: Document this method brpocock@star-hope.org
from_roomJoin_err(JSONObject) - Method in class org.starhope.vergil.net.ServerCommands
WRITEME: Document this method brpocock@star-hope.org
from_roomJoin_ok(JSONObject) - Method in class org.starhope.vergil.net.ServerCommands
 
from_rv_err(JSONObject) - Method in class org.starhope.vergil.net.ServerCommands
WRITEME: Document this method brpocock@star-hope.org
from_rv_ok(JSONObject) - Method in class org.starhope.vergil.net.ServerCommands
Accept a room variable update.
from_scoreUpdate_err(JSONObject) - Method in class org.starhope.vergil.net.ServerCommands
WRITEME: Document this method brpocock@star-hope.org
from_scoreUpdate_ok(JSONObject) - Method in class org.starhope.vergil.net.ServerCommands
WRITEME: Document this method brpocock@star-hope.org
from_sendMailMessage_err(JSONObject) - Method in class org.starhope.vergil.net.ServerCommands
WRITEME: Document this method brpocock@star-hope.org
from_sendMailMessage_ok(JSONObject) - Method in class org.starhope.vergil.net.ServerCommands
WRITEME: Document this method brpocock@star-hope.org
from_serverTime_err(JSONObject) - Method in class org.starhope.vergil.net.ServerCommands
WRITEME: Document this method brpocock@star-hope.org
from_serverTime_ok(JSONObject) - Method in class org.starhope.vergil.net.ServerCommands
 
from_showInterface_ok(JSONObject) - Method in class org.starhope.vergil.net.ServerCommands
Display a particular client-side interface element
from_startEvent_err(JSONObject) - Method in class org.starhope.vergil.net.ServerCommands
 
from_startEvent_ok(JSONObject) - Method in class org.starhope.vergil.net.ServerCommands
WRITEME
from_uv_err(JSONObject) - Method in class org.starhope.vergil.net.ServerCommands
WRITEME: Document this method brpocock@star-hope.org
from_uv_ok(JSONObject) - Method in class org.starhope.vergil.net.ServerCommands
WRITEME: Document this method brpocock@star-hope.org
from_wardrobe_err(JSONObject) - Method in class org.starhope.vergil.net.ServerCommands
 
from_wardrobe_ok(JSONObject) - Method in class org.starhope.vergil.net.ServerCommands
 
fromID - Variable in class org.starhope.appius.messaging.MailMessage
sender user ID
fromJSON(JSONObject) - Method in class org.starhope.appius.game.Room
WRITEME.
fromName - Variable in class org.starhope.appius.messaging.MailMessage
sender name
fromString(String) - Static method in class org.starhope.appius.geometry.Coord3D
 
fromVergil(String, Object...) - Static method in class org.starhope.vergil.net.smartFaux.SmartFauxEvent
WRITEME: Document this method brpocock@star-hope.org
futureDatagrams - Variable in class org.starhope.appius.net.ServerThread
The queue of all datagrams pending for this user.
futures - Static variable in class org.starhope.appius.game.PhysicsScheduler
Who's scheduled
fxLib - Variable in class org.starhope.appius.game.inventory.ItemEffectsType
Caché of instantiated item effects for various items, set up such that they should expire when the items are unloaded from core by virtue of their weak references.

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