Uses of Class
org.gbanga.api.Infrastructure

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

Uses of Infrastructure in org.gbanga.api
 

Fields in org.gbanga.api declared as Infrastructure
 Infrastructure Tile.infrastructure
          If there is an Infrastructure built on it
 Infrastructure Event.infrastructure
          The Infrastructure affected by the event
 Infrastructure[] Pocket.infrastructures
          List of Infrastructures owned
 Infrastructure[] EntitiesFromMemory.infrastructures
          List of Infrastructures
 

Methods in org.gbanga.api that return Infrastructure
 Infrastructure API.beamInfrastructure(java.lang.String sessionKey, long infrastructureId, java.lang.String cellName)
          Teleport an infrastructure to a given cell.
 Infrastructure API.build(java.lang.String sessionKey, long gbangooId, long type, java.lang.String screenname)
          A Gbangoo starts with a construction of a building of given type at its current location.
 Infrastructure API.createInfrastructure(java.lang.String sessionKey, long type, java.lang.String name, long avatar, long description)
          Creates an Infrastructure.
 Infrastructure API.getInfrastructure(long infrastructureId)
          Retrieve an Infrastructure given its ID.
 Infrastructure API.getInfrastructure(java.lang.String sessionKey, long infrastructureId, java.lang.String lang)
          Retrieve an Infrastructure given its ID containing the description in the player's language.