|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Package org.starhope.appius.except |
---|
Class org.starhope.appius.except.AlreadyExistsException extends Exception implements Serializable |
---|
serialVersionUID: -751452585358243489L
Class org.starhope.appius.except.AlreadyLoadedException extends Exception implements Serializable |
---|
serialVersionUID: 6056918068724660283L
Serialized Fields |
---|
long newID
long oldID
Class org.starhope.appius.except.AlreadyUsedException extends Exception implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
String reason
Date when
Class org.starhope.appius.except.DataException extends Exception implements Serializable |
---|
serialVersionUID: 3437973344124958820L
Serialized Fields |
---|
String complaint
Class org.starhope.appius.except.ForbiddenUserException extends Exception implements Serializable |
---|
serialVersionUID: 4022968581619547737L
Serialized Fields |
---|
String message
Class org.starhope.appius.except.GameLogicException extends Exception implements Serializable |
---|
serialVersionUID: 1847882813339365932L
Class org.starhope.appius.except.NonSufficientFundsException extends Exception implements Serializable |
---|
serialVersionUID: -6462517287925538686L
Class org.starhope.appius.except.NotFoundException extends Exception implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
String msg
Class org.starhope.appius.except.NotImplementedException extends Exception implements Serializable |
---|
serialVersionUID: 5807522909889820110L
Class org.starhope.appius.except.PrivilegeRequiredException extends Exception implements Serializable |
---|
serialVersionUID: -2189758661731450124L
Class org.starhope.appius.except.SerialDataException extends RuntimeException implements Serializable |
---|
serialVersionUID: 5151664588572493321L
Serialized Fields |
---|
String reasonCode
Class org.starhope.appius.except.UserDeadException extends Exception implements Serializable |
---|
serialVersionUID: 666L
Package org.starhope.appius.game |
---|
Class org.starhope.appius.game.GameEvent extends SQLPeerDatum implements Serializable |
---|
serialVersionUID: -6751701646654524655L
Serialized Fields |
---|
boolean endingSolo
boolean freezeTag
char gameCode
GameStateFlag gameState
ConcurrentHashMap<K,V> playerEvents
ConcurrentSkipListSet<E> players
ConcurrentSkipListSet<E> rooms
ConcurrentHashMap<K,V> scores
ConcurrentSkipListSet<E> scoreWatchRooms
GameEvent.rooms
) scoreWatchRooms (GameEvent)
long timer
Zone zone
Class org.starhope.appius.game.LaserTagGame extends GameEvent implements Serializable |
---|
serialVersionUID: 9135761790789751729L
Class org.starhope.appius.game.Room extends SQLPeerDatum implements Serializable |
---|
serialVersionUID: 777843822192305721L
Serialized Fields |
---|
String filename
GameEvent gameEvent
AbstractUser homeOwner
The owner of a room; usually null for public rooms, or non-null for users' houses.
The special room variable homeOwner reflects this.
String moniker
int movieTime
String movieURL
String music
int myID
String nowPlaying
ConcurrentSkipListSet<E> observers
String overlay
int roomIndex
ConcurrentHashMap<K,V> roomVariables
String sky
boolean skyVisible
String title
ConcurrentSkipListSet<E> userList
Class org.starhope.appius.game.Zone extends Object implements Serializable |
---|
serialVersionUID: -2338918747157284836L
Serialized Fields |
---|
String myName
String myServer
int myServerPort
int nextDynamicRoomNumber
ConcurrentHashMap<K,V> roomsByID
Zone.roomsByMoniker
ConcurrentHashMap<K,V> roomsByMoniker
Zone.roomsByID
boolean serverReady
ConcurrentSkipListSet<E> usersInZone
Package org.starhope.appius.game.npc |
---|
Class org.starhope.appius.game.npc.AppiusNPCManager extends Object implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
long lastTimestamp
Class org.starhope.appius.game.npc.NPCInterface extends Object implements Serializable |
---|
Package org.starhope.appius.mb |
---|
Class org.starhope.appius.mb.Currency extends SQLPeerEnum implements Serializable |
---|
serialVersionUID: -6340388141547546058L
Serialized Fields |
---|
String code
String symbol
Class org.starhope.appius.mb.Enrolment extends SQLPeerDatum implements Serializable |
---|
serialVersionUID: 7040272239205566945L
Serialized Fields |
---|
boolean autoRenew
boolean available
int id
BigDecimal price
String productCode
long renewDays
int renewMonths
String title
Class org.starhope.appius.mb.Payment extends SQLPeerDatum implements Serializable |
---|
serialVersionUID: -1771086264450320549L
Serialized Fields |
---|
HashMap<K,V> annotations
The collection of additional annotations for record-keeping or other purposes. These are things not used by the system, but which are tracked in case they're useful for human review, auditing, etc.
Annotations are keyed off dotted domain sequences in the same general fashion as Java class names, etc.
boolean closed
int expiryMonth
int expiryYear
String order_code
String order_source
BigDecimal paid
String payer
String paymentFor
PaymentGatewayReal paymentGateway
BigDecimal price
String resultReason
int sequence
Timestamp stamp
boolean success
boolean testMode
true
, we shouldn't give out
anything because of it.
BigDecimal transactionCode
UserEnrolment userEnrolment
boolean verified
Class org.starhope.appius.mb.PaymentGateway extends SQLPeerDatum implements Serializable |
---|
serialVersionUID: -3850242661914601113L
Serialized Fields |
---|
String code
PaymentGatewayReal implementation
String implementor
String managementURL
String title
Person user
Class org.starhope.appius.mb.UserAddress extends SQLPeerDatum implements Serializable |
---|
serialVersionUID: 8046742159122084295L
Serialized Fields |
---|
String address
String address2
String addressType
String city
String country
int database_id
boolean externallyValidated
BigDecimal latitude
String locality
BigDecimal longitude
String mail
String phone
String postalCode
String province
String title
Person user
String validatedByDomain
Date validatedOn
String zipPlus4
Class org.starhope.appius.mb.UserEnrolment extends SQLPeerDatum implements Serializable |
---|
serialVersionUID: 9064687357655345112L
Serialized Fields |
---|
BigDecimal authSubID
Date begins
Date expires
int id
boolean isActivated
String orderCode
String orderSource
int productID
int userID
Package org.starhope.appius.pay.util |
---|
Class org.starhope.appius.pay.util.RetryPaymentException extends Exception implements Serializable |
---|
serialVersionUID: 6281463386314458042L
Serialized Fields |
---|
String message
Payment p
Date retry
String title
Class org.starhope.appius.pay.util.UnsupportedCredentialException extends Exception implements Serializable |
---|
serialVersionUID: -6011680212811283881L
Serialized Fields |
---|
CredentialType credentialType
Class<T> gateway
String message
Class org.starhope.appius.pay.util.UnsupportedCurrencyException extends Exception implements Serializable |
---|
serialVersionUID: -7609777648104051706L
Serialized Fields |
---|
String message
Package org.starhope.appius.sql |
---|
Class org.starhope.appius.sql.SQLPeerDatum extends Object implements Serializable |
---|
serialVersionUID: -653828477429404181L
Class org.starhope.appius.sql.SQLPeerEnum extends SQLPeerDatum implements Serializable |
---|
serialVersionUID: 8901251122444872319L
Serialized Fields |
---|
int instance
Package org.starhope.appius.sys.op |
---|
Class org.starhope.appius.sys.op.Filter extends SQLPeerDatum implements Serializable |
---|
serialVersionUID: -3010893618678442775L
Serialized Fields |
---|
int id
Map<K,V> patterns
String title
Package org.starhope.appius.types |
---|
Class org.starhope.appius.types.Colour extends Object implements Serializable |
---|
serialVersionUID: 301064641249595141L
Serialized Fields |
---|
short blue
short green
short red
Class org.starhope.appius.types.GameFlagValue extends SQLPeerEnum implements Serializable |
---|
serialVersionUID: -2261276745008584124L
Class org.starhope.appius.types.InventoryItemType extends SQLPeerEnum implements Serializable |
---|
serialVersionUID: 8514877584411321981L
Class org.starhope.appius.types.RoomBadge extends SQLPeerEnum implements Serializable |
---|
serialVersionUID: -7582592792547852890L
Package org.starhope.appius.user |
---|
Class org.starhope.appius.user.AvatarClass extends SQLPeerEnum implements Serializable |
---|
serialVersionUID: -5006183249551211836L
Class org.starhope.appius.user.Parent extends Person implements Serializable |
---|
serialVersionUID: -793284706598303053L
Serialized Fields |
---|
int parentID
Class org.starhope.appius.user.Person extends SQLPeerDatum implements Serializable |
---|
serialVersionUID: 5635026067346684335L
Serialized Fields |
---|
boolean canContact
String dialect
Person.language
which the
user speaks.
String forgotPasswordAnswer
String forgotPasswordQuestion
String givenName
String language
String mail
Date mailConfirmed
Date mailConfirmSent
String password
Class org.starhope.appius.user.User extends Person implements Serializable |
---|
serialVersionUID: 4146069318927248889L
Serialized Fields |
---|
AgeBracket ageGroup
Date approvedDate
AvatarClass avatarClass
Colour baseColor
Date birthDate
UserList buddyList
boolean canEnterChatZone
boolean canEnterMenuZone
boolean canTalk
Colour chatBG
Colour chatFG
Date emailPlusDate
Colour extraColor
String facing
boolean haveInventory
UserList ignoreList
HashSet<E> inventory
boolean isActive
boolean isBanned
boolean isCanceled
int kickedByUserID
String kickedReasonCode
Timestamp kickedUntil
Timestamp lastActive
String lastZoneName
String login
Timestamp nameApprovedAt
long nameApprovedByUserID
Timestamp nameRequestedAt
boolean needsNaming
boolean parentApprovedName
int parentID
String referer
Timestamp registeredAt
String requestedName
HashSet<E> rooms
int staffLevel
double targetX
User.x
)
double targetY
User.y
)
double travelRate
long travelStartTime
int userID
ConcurrentHashMap<K,V> userVariables
double x
double y
Package org.starhope.appius.via |
---|
Class org.starhope.appius.via.DoNotCrossTheRubicon extends Exception implements Serializable |
---|
serialVersionUID: 2065454244102939988L
Class org.starhope.appius.via.ViaCommunicationsException extends Exception implements Serializable |
---|
serialVersionUID: -3351392271775746317L
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |