Uses of Interface
org.starhope.appius.util.CastsToJSON

Packages that use CastsToJSON
org.starhope.appius.except   
org.starhope.appius.game   
org.starhope.appius.geometry   
org.starhope.appius.mb   
org.starhope.appius.pay.util   
org.starhope.appius.user   
org.starhope.appius.user.events   
org.starhope.appius.user.notifications   
 

Uses of CastsToJSON in org.starhope.appius.except
 

Classes in org.starhope.appius.except that implement CastsToJSON
 class GameLogicException
          An exception which can be thrown in the database code, that reflects something that's less of a data-consistency error, and more of a game logic issue.
 

Uses of CastsToJSON in org.starhope.appius.game
 

Classes in org.starhope.appius.game that implement CastsToJSON
 class AvatarDecoration
           
 

Uses of CastsToJSON in org.starhope.appius.geometry
 

Classes in org.starhope.appius.geometry that implement CastsToJSON
 class Coord2D
          WRITEME: Document this type.
 class Coord3D
          A coördinate triplet (x,y,z)
 class Tuple2D<T extends Tuple2D<T>>
          Base coordinate pair type
 class Tuple3D<T extends Tuple3D<T>>
          Base coordinate triplet type
 class Vector2D
          WRITEME: Document this type.
 

Uses of CastsToJSON in org.starhope.appius.mb
 

Classes in org.starhope.appius.mb that implement CastsToJSON
 class Currency
           
 class UserEnrolment
          This class represents an instance of a purchased enrolment (subscription) to a game, as bound to a particular user and period of time.
 

Uses of CastsToJSON in org.starhope.appius.pay.util
 

Subinterfaces of CastsToJSON in org.starhope.appius.pay.util
 interface AdditionalPaymentRecord
           
 

Uses of CastsToJSON in org.starhope.appius.user
 

Classes in org.starhope.appius.user that implement CastsToJSON
 class AvatarClass
          The avatar class defines a type of avatar which can be used by a game player or NPC.
 

Uses of CastsToJSON in org.starhope.appius.user.events
 

Classes in org.starhope.appius.user.events that implement CastsToJSON
 class EventType
           An EventType is a type of event in which an user can participate.
 

Uses of CastsToJSON in org.starhope.appius.user.notifications
 

Classes in org.starhope.appius.user.notifications that implement CastsToJSON
 class Notification
          Notification class.
 class NotificationReplyVerb
          WRITEME: Document this type.
 class NotificationReplyVerbSet
          WRITEME: Document this type.