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 _

T

targetX - Variable in class org.starhope.appius.game.npc.AbstractScriptedNPC
WRITEME: document this field (brpocock, Jan 13, 2010) targetX (AbstractScriptedNPC)
targetX - Variable in class org.starhope.appius.user.User
The destination ordinate toward which the user is currently moving.
targetY - Variable in class org.starhope.appius.game.npc.AbstractScriptedNPC
WRITEME: document this field (brpocock, Jan 13, 2010) targetY (AbstractScriptedNPC)
targetY - Variable in class org.starhope.appius.user.User
The destination mantissa toward which the user is currently moving.
tattle(String) - Method in class org.starhope.appius.game.AppiusClaudiusCaecus
tattle a non-urgent message
tattle(String, boolean) - Method in class org.starhope.appius.game.AppiusClaudiusCaecus
Print a log entry to STDERR with a great deal of identifiable detail
tellEaves(AbstractUser, AbstractRoom, String, String) - Method in class org.starhope.appius.game.Zone
TODO: document this method (brpocock, Oct 28, 2009)
tellEaves(AbstractUser, AbstractRoom, String, String) - Method in interface org.starhope.appius.types.AbstractZone
TODO: document this method (brpocock, Oct 28, 2009)
tellEaves(AbstractUser, AbstractRoom, String, String) - Method in class org.starhope.appius.via.RemoteZone
This is an overriding method.
TestCreateToot - Class in org.starhope.appius.test
WRITEME: Document this type.
TestCreateToot() - Constructor for class org.starhope.appius.test.TestCreateToot
 
TestGetByID - Class in org.starhope.appius.test
WRITEME: Document this type.
TestGetByID() - Constructor for class org.starhope.appius.test.TestGetByID
 
testMode - Variable in class org.starhope.appius.mb.Payment
Was this a test transaction, submitted by the system? It's possible.
TestRetrieveMail - Class in org.starhope.appius.test
WRITEME
TestRetrieveMail() - Constructor for class org.starhope.appius.test.TestRetrieveMail
 
tGameStatePump - Static variable in class org.starhope.appius.game.AppiusClaudiusCaecus
Time at which the Game State pump last ran
threadJoinTimeout - Variable in class org.starhope.appius.game.Charon
How long to wait for a zombie to join us before passing it over for this reaper pass
tick() - Static method in class org.starhope.appius.game.AppiusClaudiusCaecus
The main metronome single-threaded tick
tick(long, long) - Method in class org.starhope.appius.game.AppiusClaudiusCaecus
Propagate a metronome tick
tick(long, long) - Method in class org.starhope.appius.game.GameEvent
 
tick(long, long) - Method in class org.starhope.appius.game.npc.AbstractScriptedNPC
This is an overriding method.
tick(long, long) - Method in interface org.starhope.appius.util.AcceptsMetronomeTicks
This method is called periodically from the metronome thread.
tick_checkIdleKick(long) - Method in class org.starhope.appius.game.AppiusClaudiusCaecus
Check whether the user has been idle for too long, and kick them offline if so
tick_checkIdleWarnTime(long) - Method in class org.starhope.appius.game.AppiusClaudiusCaecus
Check how long the user has been idle, and send a warning if the time idle has exceeded a limit
timer - Variable in class org.starhope.appius.game.GameEvent
The game (countdown/play time) timer
timeToTarget(AbstractUser, long) - Static method in class org.starhope.util.LibMisc
TODO: document this method (brpocock, Nov 24, 2009)
title - Variable in class org.starhope.appius.game.Room
WRITEME
title - Variable in class org.starhope.appius.mb.Enrolment
WRITEME
title - Variable in class org.starhope.appius.mb.PaymentGateway
WRITEME
title - Variable in class org.starhope.appius.mb.UserAddress
WRITEME
title - Variable in exception org.starhope.appius.pay.util.RetryPaymentException
TODO: document this field (brpocock, Nov 20, 2009) title (RetryPaymentException)
title - Variable in class org.starhope.appius.sys.op.Filter
This is the (admin-visible, but not end-user-visible) title for this filter
tLastNudge - Variable in class org.starhope.appius.game.AppiusClaudiusCaecus
Time at which users were last nudged to check their online status
toArray() - Method in class org.starhope.appius.sql.SQLPeerList
This is an overriding method.
toArray(T[]) - Method in class org.starhope.appius.sql.SQLPeerList
This is an overriding method.
toCookie(JSONObject) - Static method in class org.starhope.appius.util.JSONUtil
 
toDate(JSONObject) - Static method in class org.starhope.appius.util.JSONUtil
This is an utility method to convert a JSON object which we have created from an SQL Date value back into an SQL Date value.
toGoogle(JSONObject) - Static method in class org.starhope.appius.util.JSONUtil
 
toJSON() - Method in interface org.starhope.appius.game.AbstractRoom
 
toJSON() - Method in class org.starhope.appius.game.AvatarDecoration
Returns a JSON serialisation of the AvatarDecoration object
toJSON() - Method in class org.starhope.appius.game.npc.AbstractScriptedNPC
This is an overriding method.
toJSON() - Method in class org.starhope.appius.game.Room
This is an overriding method.
toJSON() - Method in class org.starhope.appius.mb.Payment
Note, we do not save credentials to any kind of stream or storage (JSON, SQL, &c.).
toJSON() - Method in class org.starhope.appius.mb.PaymentGateway
This is an overriding method.
toJSON() - Method in class org.starhope.appius.mb.UserAddress
This is an overriding method.
toJSON() - Method in class org.starhope.appius.mb.UserEnrolment
 
toJSON() - Method in class org.starhope.appius.sql.SQLPeerDatum
This is the default SQLPeerDatum implementation of toJSON.
toJSON() - Method in class org.starhope.appius.sql.SQLPeerEnum
This is an overriding method.
toJSON() - Method in class org.starhope.appius.sys.op.Filter
This routine returns a null JSON object.
toJSON() - Method in class org.starhope.appius.types.Colour
Create a JSON object specifying this colour.
toJSON() - Method in interface org.starhope.appius.types.GameWorldMessage
Return a representation of this object in JSON form.
toJSON(boolean) - Method in interface org.starhope.appius.types.GameWorldMessage
Get the public representation of this message in JSON form
toJSON() - Method in interface org.starhope.appius.types.ItemCreationTemplate
WRITEME: document this method (brpocock, Aug 27, 2009)
toJSON(AbstractZone) - Method in interface org.starhope.appius.types.UserList
 
toJSON() - Method in interface org.starhope.appius.user.AbstractUser
TODO: document this method (brpocock, Jan 11, 2010)
toJSON() - Method in class org.starhope.appius.user.AvatarClass
 
toJSON() - Method in class org.starhope.appius.user.Parent
This is an overriding method.
toJSON() - Method in interface org.starhope.appius.util.CastsToJSON
This returns a copy of the object's data cast into a JSON form.
toJSON(Cookie) - Static method in class org.starhope.appius.util.JSONUtil
 
toJSON(Date) - Static method in class org.starhope.appius.util.JSONUtil
This is an utility method to convert a Time value (java.sql.Time) into a JSONObject.
toJSON(Set<String>) - Static method in class org.starhope.appius.util.JSONUtil
Convert a set of strings into a JSONArray
toJSON(String[]) - Static method in class org.starhope.appius.util.JSONUtil
This is an utility method to convert an array of Strings into a JSONObject, as a compatibility layer for Smartfox.
toJSON() - Method in class org.starhope.appius.via.RemoteRoom
This is an overriding method.
toJSON() - Method in class org.starhope.appius.via.RemoteUser
This is an overriding method.
toJSON() - Method in class org.starhope.appius.via.RemoteZone
 
toJSONRef() - Method in class org.starhope.appius.user.User
This is analogous to User.toSFSXML() for the pure JSON “to infinity and beyond” interface
toLong() - Method in class org.starhope.appius.types.Colour
 
tomcatDBCP - Static variable in class org.starhope.appius.util.AppiusConfig
Flag: whether to use Tomcat's DBCP
toot - Variable in class org.starhope.appius.mb.IBCRegister
Deprecated. TODO: document this member (brpocock, Sep 23, 2009)
toSFSXML() - Method in class org.starhope.appius.game.npc.AbstractScriptedNPC
This is an overriding method.
toSFSXML() - Method in interface org.starhope.appius.user.AbstractUser
TODO: document this method (brpocock, Oct 31, 2009)
toSFSXML() - Method in class org.starhope.appius.user.User
 
toSFSXML() - Method in class org.starhope.appius.via.RemoteUser
This is an overriding method.
toString() - Method in exception org.starhope.appius.except.AlreadyLoadedException
 
toString() - Method in exception org.starhope.appius.except.AlreadyUsedException
 
toString() - Method in exception org.starhope.appius.except.DataException
 
toString() - Method in exception org.starhope.appius.except.SerialDataException
This is an overriding method.
toString() - Method in class org.starhope.appius.game.AppiusClaudiusCaecus
This returns a plethora of debugging-useful information about this particular server thread.
toString() - Method in class org.starhope.appius.game.GameEvent
This is an overriding method.
toString() - Method in class org.starhope.appius.mb.Payment
 
toString() - Method in class org.starhope.appius.pay.util.PaymentCredential
This is an overriding method.
toString() - Method in exception org.starhope.appius.pay.util.UnsupportedCredentialException
This is an overriding method.
toString() - Method in exception org.starhope.appius.pay.util.UnsupportedCurrencyException
This is an overriding method.
toString() - Method in class org.starhope.appius.sql.SQLPeerEnum
Create a stringified version of this enumeration.
toString() - Method in class org.starhope.appius.sys.op.FilterResult
This is an overriding method.
toString() - Method in class org.starhope.appius.types.Colour
Creates a representation of this colour as a string compatible with CSS: specifically, the prefix "rgb" with the parenthesized values of red, green, and blue, in decimal, in the range 0..255.
toString() - Method in class org.starhope.appius.types.EquipAs
Special note: we use ONE_HAND and TWO_HAND internally (Java identifier rules) but export 1HAND and 2HAND to SQL/JSON
toString() - Method in class org.starhope.appius.user.AvatarClass
String representation is currently the JSON data
toString() - Method in class org.starhope.appius.user.User
 
toString() - Method in class org.starhope.appius.via.ViaHost
This is an overriding method.
toStringHTML() - Method in class org.starhope.appius.types.Colour
 
trace(String) - Method in class org.starhope.appius.game.Zone
This is an overriding method.
trace(String) - Method in interface org.starhope.appius.types.AbstractZone
 
trace(String) - Method in class org.starhope.appius.via.RemoteZone
This is an overriding method.
traceThis() - Static method in class org.starhope.appius.game.AppiusClaudiusCaecus
Force a stack backtrace without an exception being thrown.
traceThis(String) - Static method in class org.starhope.appius.game.AppiusClaudiusCaecus
Force a stack backtrace without an exception being thrown.
TrainCar - Interface in org.starhope.appius.game
WRITEME: The documentation for this type (TrainCar) is incomplete.
transactionCode - Variable in class org.starhope.appius.mb.Payment
The transaction code returned by the payment gateway
transactPayment(Payment) - Method in class org.starhope.appius.mb.IBCGateway
 
transactPayment(Payment) - Method in class org.starhope.appius.mb.PaymentGateway
 
transactPayment(Payment) - Method in class org.starhope.appius.pay.AuthorizeNetGateway
 
transactPayment(Payment) - Method in class org.starhope.appius.pay.PayPalGateway
 
transactPayment(Payment) - Method in interface org.starhope.appius.pay.util.PaymentGatewayReal
 
travelRate - Variable in class org.starhope.appius.game.npc.AbstractScriptedNPC
WRITEME: document this field (brpocock, Jan 13, 2010) travelRate (AbstractScriptedNPC)
travelRate - Variable in class org.starhope.appius.user.User
The rate of movement (in pixels per millisecond) of this user.
travelStart - Variable in class org.starhope.appius.game.npc.AbstractScriptedNPC
WRITEME: document this field (brpocock, Jan 13, 2010) travelStart (AbstractScriptedNPC)
travelStartTime - Variable in class org.starhope.appius.user.User
The time at which the user started moving on their current movement vector.
tStats - Static variable in class org.starhope.appius.game.AppiusClaudiusCaecus
Time at which the server statistics were last “reportBug” mailed
TWENTY_ONE_YEARS_MSEC - Static variable in class org.starhope.appius.game.AppiusClaudiusCaecus
The number of milliseconds in 21 years.

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 _