Uses of Class
org.gbanga.api.Challenge

Packages that use Challenge
org.gbanga.api Specifies the complete interface to the Gbanga Puppetmaster API service. 
 

Uses of Challenge in org.gbanga.api
 

Methods in org.gbanga.api that return Challenge
 Challenge API.challenge(java.lang.String sessionKey, long challengerId, long opponentId)
          Start a match between the initiating challenger and the challenged opponent.
 Challenge API.playCard(java.lang.String sessionKey, long challengeId, long tagId)
          Play a given card in a given match.