Uses of Class
org.gbanga.api.Cell

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

Uses of Cell in org.gbanga.api
 

Fields in org.gbanga.api declared as Cell
 Cell Visit.atCell
          The visited location
 Cell Gbangoo.atCell
          The current location of the Gbangoo (if not in a Pocket).
 Cell Event.cell
          The Cell affected by the event
 Cell Player.currentCell
          The current location (if visible to friends or all).
 Cell Conversation.location
          The scene where the conversation took place.
 Cell Challenge.location
          The stage.
 Cell Message.target
          The receiving cell (if it is a cell shout).
 Cell[] Pocket.trail
          List of Cells visited
 

Methods in org.gbanga.api that return Cell
 Cell API.decorate(java.lang.String sessionKey, long cellId, int[] flag)
          Set the flag for a given cell.
 Cell API.getCell(java.lang.String cellName)
          Retrieves the cell with the given name.
 Cell API.getRandomCell(float topLatitude, float leftLongitude, float bottomLatitude, float rightLongitude)
          Retrieves a random cell within the specified area.
 Cell API.rateCell(java.lang.String sessionKey, long cellId, byte rating, java.lang.String comment)
          Rate a given cell.
 Cell API.renameCell(java.lang.String sessionKey, long cellId, java.lang.String name)
          Gives a new name to a given cell.