Uses of Class
org.gbanga.api.Entity

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

Uses of Entity in org.gbanga.api
 

Subclasses of Entity in org.gbanga.api
 class Cell
          A cell is an island within the game world and it has a certain physical location.
 class Gbangoo
          A Gbangoo is a virtual/digital citizen of the Gbanga world.
 class Infrastructure
          An infrastructure is built by a Gbangoo in the virtual world.
 class Player
          A player is a real person that participates in Gbanga.
 class Resource
          An accumulation of a given type of resource.
 class Tag
          A Gbanga tag is everything from a playing card, a graffiti, a post-it and a hint.
 

Fields in org.gbanga.api declared as Entity
 Entity Message.receiver
          The receiving Player or Gbangoo.
 Entity[] Cell.residents
          A list with resident Gbangoos and (@link Infrastructure}.
 Entity Message.sender
          The sending Player or Gbangoo.