Uses of Class
org.gbanga.api.Gbangoo

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

Uses of Gbangoo in org.gbanga.api
 

Fields in org.gbanga.api declared as Gbangoo
 Gbangoo Tile.gbangoo
          If there is a Gbangoo resident on it
 Gbangoo Event.gbangoo
          The Gbangoo affected by the event
 Gbangoo[] Pocket.gbangoos
          List with contained Gbangoos
 Gbangoo[] Player.gbangoos
          A list with the Gbangoos in its Pocket
 Gbangoo[] EntitiesFromMemory.gbangoos
          List with Gbangoos
 

Methods in org.gbanga.api that return Gbangoo
 Gbangoo API.beamGbangoo(java.lang.String sessionKey, long gbangooId, java.lang.String cellName)
          Teleport a Gbangoo to a given cell.
 Gbangoo API.createGbangoo(java.lang.String sessionKey, long type, java.lang.String name, long avatar, long description)
          Creates a Gbangoo.
 Gbangoo API.getGbangoo(java.lang.String gbangooName, java.lang.String ownerName)
          Retrieve a Gbangoo owned by the indicated player.
 Gbangoo API.getGbangooById(long gbangooId)
          Retrieve a Gbangoo given its ID.
 Gbangoo API.getGbangooById(java.lang.String sessionKey, long gbangooId, java.lang.String lang)
          Retrieve a Gbangoo given its ID containing the description in the player's language.
 Gbangoo API.mine(java.lang.String sessionKey, long gbangooId)
          A Gbangoo starts mining at its current location.
 Gbangoo API.stop(java.lang.String sessionKey, long gbangooId)
          Halts the given Gbangoo.