$ 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 _

H

handleCompilationDone(Context, DebuggableScript, String) - Method in class org.starhope.appius.game.js.JavaScriptHelper
 
handleDice(String) - Static method in class org.starhope.appius.game.Commands
Handle die rolls, coin tosses, and magic Rock-Paper-Scissors picker
handleEvent(SmartFauxEvent) - Method in interface org.starhope.vergil.net.smartFaux.SmartFauxEventListener
WRITEME: Document this method brpocock@star-hope.org
handleEvent(SmartFauxEvent) - Method in class org.starhope.vergil.test.LoadClient
 
handleFailedLogin(String) - Method in class org.starhope.rahab.Rahab
twheys@gmail.com Dec 29, 2009
handleJSONReply(JSONObject) - Method in interface org.starhope.vergil.net.HandlesJSONReply
WRITEME: Document this method brpocock@star-hope.org
handler(ScriptRunner) - Method in class org.starhope.appius.game.npc.plebeian.PlebeianExpression
WRITEME: Document this method brpocock@star-hope.org
handlers - Static variable in class org.starhope.vergil.logic.EventPlanner
WRITEME: Document this brpocock@star-hope.org
handleServerReady() - Method in class org.starhope.appius.game.Zone
Once the server indicates its readiness, begin spawning auto-spawning Zones
HandlesJSONReply - Interface in org.starhope.vergil.net
WRITEME: Document this type.
handleWalkFail(Room, Coord3D) - Method in interface org.starhope.appius.user.AbstractUser
Called from pathfinders and rooms when the user tries to go someplace and can't get there, to allow them to plot a course around obstacles.
handleWalkFail(Room, Coord3D) - Method in class org.starhope.appius.user.GeneralUser
 
handleWalkFail(Room, Coord3D) - Method in class org.starhope.appius.user.User
 
HasAssets - Interface in org.starhope.appius.game
This interface must be implemented by any class that supplies assets to the user.
hasBannedKids() - Method in class org.starhope.appius.user.Parent
 
hasCached - Static variable in class org.starhope.appius.sql.SQLPeerEnum
Deprecated. Index of which classes have been cached already.
hasCapability(AbstractUser, Integer) - Static method in class org.starhope.appius.sys.admin.Security
This is a convenience method, principally for using the constants in SecurityCapability like SecurityCapability.CAP_SYSOP_COMMANDS and the like.
hasCapability(AbstractUser, SecurityCapability) - Static method in class org.starhope.appius.sys.admin.Security
Determine whether the user possesses a particular security capability.
hasCollision(GeneralPath, GeneralPath) - Static method in class org.starhope.appius.physica.RigidBody
Gets a set of all current collision points between two objects
hasEdge(LineSeg3D) - Method in class org.starhope.appius.geometry.Triangle
 
hasEndpoint(Coord3D) - Method in class org.starhope.appius.geometry.LineSeg3D
 
hasEquipped(int) - Method in class org.starhope.appius.game.inventory.Inventory
 
hashCode() - Method in class org.starhope.appius.game.GameEvent
This is an overriding method.
hashCode() - Method in class org.starhope.appius.game.inventory.InventoryItem
This is an overriding method.
hashCode() - Method in class org.starhope.appius.game.npc.Ejecta
 
hashCode() - Method in class org.starhope.appius.game.Room
WRITEME.
hashCode() - Method in class org.starhope.appius.game.Zone
This is an overriding method.
hashCode() - Method in class org.starhope.appius.game.ZoneSpawner
 
hashCode() - Method in class org.starhope.appius.geometry.LineSeg3D
 
hashCode() - Method in class org.starhope.appius.geometry.Tuple2D
 
hashCode() - Method in class org.starhope.appius.geometry.Tuple3D
 
hashCode() - Method in class org.starhope.appius.net.AdminListener
This is an overriding method.
hashCode() - Method in class org.starhope.appius.net.AdminProcessor
 
hashCode() - Method in class org.starhope.appius.net.ListeningThread
This is an overriding method.
hashCode() - Method in class org.starhope.appius.net.NetIOThread
 
hashCode() - Method in class org.starhope.appius.net.ServerThread
This is an overriding method.
hashCode() - Method in class org.starhope.appius.services.Clodia
 
hashCode() - Method in class org.starhope.appius.sql.SQLPeerEnum
Deprecated. This is an overriding method.
hashCode() - Method in class org.starhope.appius.user.AbstractNonPlayerCharacter
 
hashCode() - Method in class org.starhope.appius.user.events.ActionHandler
 
hashCode() - Method in interface org.starhope.appius.user.events.ActionHandlerInterface
 
hashCode() - Method in class org.starhope.appius.user.events.QuaestorRunner
 
hashCode() - Method in class org.starhope.appius.user.GeneralUser
 
hashCode() - Method in class org.starhope.appius.user.User
Get a (hopefully unique) hash code for this user.
hashCode() - Method in class org.starhope.appius.util.SimpleDataRecord
 
hasHighScores() - Method in class org.starhope.appius.user.events.EventType
FIXME: this is using hard-coded settings, when it should absolutely not be.
hasItem(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.
hasItem(int) - Method in class org.starhope.appius.user.User
Deprecated. use Inventory.hasItem(int)
hasItem(InventoryItem) - Method in class org.starhope.appius.user.User
Deprecated. use Inventory.hasItem(int)
HasLanguage - Interface in org.starhope.util
Implement this interface on any object that has a definite language.
HasMotion - Interface in org.starhope.appius.things
WRITEME: Document this type.
HasName - Interface in org.starhope.appius.util
This is a convenience interface for things that must have a user-visible name.
hasNext - Variable in class org.starhope.appius.user.UserListSQLIterator
WRITEME: Document this brpocock@star-hope.org
hasNext() - Method in class org.starhope.appius.user.UserListSQLIterator
 
hasPattern(String) - Method in class org.starhope.appius.sys.op.Filter
Determine whether the given pattern is found in the Filter.
hasRooms - Variable in class org.starhope.appius.user.UserHouse
Whether a room has been instantiated or not
hasStaffLevel(int) - Method in class org.starhope.appius.game.npc.Ejecta
Deprecated. use Security.hasCapability(AbstractUser, org.starhope.appius.sys.admin.SecurityCapability)
hasStaffLevel(int) - Method in interface org.starhope.appius.user.AbstractUser
 
hasStaffLevel(int) - Method in class org.starhope.appius.user.GeneralUser
Deprecated. 
hasStaffLevel(int) - Method in class org.starhope.appius.user.UserRecord
Returns true if the user has the asserted staff level, or a staff level which includes it.
HasSubversionRevision - Interface in org.starhope.util
WRITEME: Document this type.
hasText(String) - Static method in class org.starhope.util.LibMisc
WRITEME: document this method (brpocock@star-hope.org, Jan 5, 2010)
hasText(String, String, String) - Static method in class org.starhope.util.LibMisc
WRITEME: document this method (brpocock@star-hope.org, Jan 5, 2010)
hasValences - Variable in class org.starhope.appius.game.inventory.InventoryItemType
Boolean: whether to observe valence levels (or not)
hasValences() - Method in class org.starhope.appius.game.inventory.InventoryItemType
Determine whether this slot permits a certain number of items to be mounted in non-conflicting valence levels, indicated by the Z depth of the items.
hasVariable(String) - Method in class org.starhope.appius.game.npc.Ejecta
 
hasVariable(String) - Method in interface org.starhope.appius.user.AbstractUser
WRITEME: document this method (brpocock@star-hope.org, Nov 30, 2009)
hasVariable(String) - Method in class org.starhope.appius.user.GeneralUser
 
HasVariables - Interface in org.starhope.appius.types
WRITEME: The documentation for this type (HasVariables) is incomplete.
hasVisited(String) - Method in class org.starhope.appius.user.Passport
 
head - Variable in class org.starhope.util.types.Pair
the head of the pair
head() - Method in class org.starhope.util.types.Pair
 
headcount_all(AbstractUser, Room) - Static method in class org.starhope.appius.sys.op.OpCommands
Perform the #headcount #all subcommand, givng a headcount of users in all zones.
headcount_highwater(AbstractUser, Room) - Static method in class org.starhope.appius.sys.op.OpCommands
perform the #headcount #highwater subcommand, providing the high-water mark of logins for the server since boot
headcount_members(AbstractUser, Room) - Static method in class org.starhope.appius.sys.op.OpCommands
Get a headcount of the number of users online in a given zone, broken down into free, paid, and staff users.
headcount_rooms(AbstractUser, Room) - Static method in class org.starhope.appius.sys.op.OpCommands
broken-out handler for #headcount #rooms; see OpCommands.op_headcount(String[], AbstractUser, Room) Get a headcount of the number of users online in a given zone, broken down into by room population.
health - Variable in class org.starhope.appius.game.inventory.InventoryItem
The health of the item
healthType - Variable in class org.starhope.appius.game.inventory.GenericItemReference
Health interpretation is determined by this enumeration type.
HealthType - Enum in org.starhope.appius.game.inventory
WRITEME: Document this type.
HealthType() - Constructor for enum org.starhope.appius.game.inventory.HealthType
 
height - Variable in class org.starhope.appius.geometry.Rectangle
WRITEME: Document this brpocock@star-hope.org
height() - Method in class org.starhope.appius.physica.RealRectangle
WRITEME: Document this method brpocock@star-hope.org
height - Variable in class org.starhope.appius.user.AvatarClass
 
heightScalar - Variable in class org.starhope.appius.user.UserTransientEffects
WRITEME: Document this brpocock@star-hope.org
helper - Static variable in class org.starhope.appius.game.js.JavaScriptRunnerThread
WRITEME: Document this brpocock@star-hope.org
helpURL - Variable in class org.starhope.appius.sys.admin.Persephone2AppConfig
WRITEME
hexCharFor(int) - Static method in class net.authorize.admc.authnet.AimTransaction
WRITEME: document this method (brpocock@star-hope.org, Oct 13, 2009)
hexChars - Static variable in class net.authorize.admc.authnet.AimTransaction
Simple look-up table for hexadecimal digits
hexify(byte[]) - Static method in class org.starhope.util.LibMisc
Convert an array of bytes into a string of ASCII hexadecimal nybbles.
highWaterUsers - Static variable in class org.starhope.appius.game.AppiusClaudiusCaecus
The most users who have been online since the server started
history - Variable in class org.starhope.rahab.ui.SpyUI
 
historyTracker - Variable in class org.starhope.rahab.ui.SpyUI
 
hit(AbstractUser) - Method in class org.starhope.appius.game.npc.Projectile
 
hitAvatar - Variable in class org.starhope.appius.game.inventory.effects.SimpleAbstractWeapon
WRITEME: Document this brpocock@star-hope.org
hitEffect - Variable in class org.starhope.appius.game.npc.Projectile
WRITEME brpocock@star-hope.org
hitForDamage(Projectile, AbstractUser) - Method in class org.starhope.appius.game.inventory.effects.SimpleDamageEffector
 
hitForDamage(Projectile, AbstractUser) - Method in interface org.starhope.appius.game.npc.DamageHitHandler
Take damage from the projectile in accordance with the damage information associated with it
hitHandler - Variable in class org.starhope.appius.game.inventory.effects.SimpleAbstractWeapon
WRITEME: Document this brpocock@star-hope.org
homeOwner - Variable in class org.starhope.appius.game.Room
The owner of a room; usually null for public rooms, or non-null for users' houses.
hook(Room, AbstractUser, String) - Static method in class org.starhope.appius.sys.op.OpCommands
call the operator script hook for a particular character
host - Variable in class org.starhope.catullus.GaiusValeriusCatullus.LocalServerSocketFactory
the local hostname
host - Variable in class org.starhope.vergil.net.WebSocketServerConnection
WRITEME: Document this brpocock@star-hope.org
hostname - Variable in class org.starhope.appius.via.ViaHost
WRITEME: document this field (brpocock@star-hope.org, Nov 19, 2009) hostname (ViaHost)
hostname - Variable in class org.starhope.vergil.net.AppianJSONSocketTransport
the server hostname
hostProperty - Variable in class net.authorize.arb.http.HttpUtil
WRITEME: document this field (brpocock@star-hope.org, Nov 19, 2009) hostProperty (HttpUtil)
houseListRoot - Variable in class org.starhope.rahab.ui.SpyUI
 
houseRooms - Variable in class org.starhope.appius.user.UserHouse
The internal representation of the set of Rooms in the user's house
houseTypeID - Variable in class org.starhope.appius.user.UserHouse
The view of the house from outside is hacked in like this for now XXX
HTTP_PORT - Static variable in class net.authorize.arb.http.HttpUtil
WRITEME: document this field (brpocock@star-hope.org, Sep 23, 2009) HTTP_PORT (HttpUtil)
http_util - Variable in class net.authorize.arb.ARBAPI
WRITEME: document this field (brpocock@star-hope.org, Nov 19, 2009) http_util (ARBAPI)
HTTPS_PORT - Static variable in class net.authorize.arb.http.HttpUtil
WRITEME: document this field (brpocock@star-hope.org, Sep 23, 2009) HTTPS_PORT (HttpUtil)
HttpUtil - Class in net.authorize.arb.http
WRITEME: The documentation for this type (HttpUtil) is incomplete.
HttpUtil(URL) - Constructor for class net.authorize.arb.http.HttpUtil
 
HttpUtil.SavingTrustManager - Class in net.authorize.arb.http
WRITEME: The documentation for this type (SavingTrustManager) is incomplete.
HttpUtil.SavingTrustManager(X509TrustManager) - Constructor for class net.authorize.arb.http.HttpUtil.SavingTrustManager
 

$ 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 _