Uses of Class
org.gbanga.api.Tile

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

Uses of Tile in org.gbanga.api
 

Fields in org.gbanga.api declared as Tile
 Tile[] Cell.map
          A list with Tiles this cell consists of.
 Tile Event.tile
          The Tile affected by the event
 

Methods in org.gbanga.api that return Tile
 Tile API.clear(java.lang.String sessionKey, long tileId)
          Remove the indicated tile from the Gbanga world.
 Tile API.piece(java.lang.String sessionKey, long tagId, long tileId)
          Create a tag at a given position.