Uses of Interface
com.threerings.parlor.card.data.CardCodes

Packages that use CardCodes
com.threerings.parlor.card.client   
com.threerings.parlor.card.data   
com.threerings.parlor.card.server   
com.threerings.parlor.card.trick.data   
com.threerings.parlor.card.trick.util   
 

Uses of CardCodes in com.threerings.parlor.card.client
 

Classes in com.threerings.parlor.card.client that implement CardCodes
 class CardGameController
          A controller class for card games.
 class CardPanel
          Extends VirtualMediaPanel to provide services specific to rendering and manipulating playing cards.
 

Uses of CardCodes in com.threerings.parlor.card.data
 

Classes in com.threerings.parlor.card.data that implement CardCodes
 class Card
          Instances of this class represent individual playing cards.
 class Deck
          Instances of this class represent decks of cards.
 

Uses of CardCodes in com.threerings.parlor.card.server
 

Classes in com.threerings.parlor.card.server that implement CardCodes
 class CardGameManager
          A manager class for card games.
 

Uses of CardCodes in com.threerings.parlor.card.trick.data
 

Subinterfaces of CardCodes in com.threerings.parlor.card.trick.data
 interface TrickCardCodes
          Constants relating to trick-based card games.
 

Uses of CardCodes in com.threerings.parlor.card.trick.util
 

Classes in com.threerings.parlor.card.trick.util that implement CardCodes
 class TrickCardGameUtil
          Methods of general utility to trick-taking card games.
 



Copyright © 2011. All Rights Reserved.