Uses of Class
de.jadv.lib.data.DataLevelBackground

Packages that use DataLevelBackground
de.jadv.client This package includes the whole client, that is needed.  
de.jadv.lib.events Events, that will be sent between Client and Server (using tcp/ip)
 
de.jadv.lib.events.toclient Events, that will be sent from the Server to the Client (maybe also into the other direction)
 
org.jadv.basic JadvLib: Some basic objects
 
 

Uses of DataLevelBackground in de.jadv.client
 

Fields in de.jadv.client declared as DataLevelBackground
private  DataLevelBackground GameData._background
           
 

Methods in de.jadv.client that return DataLevelBackground
 DataLevelBackground GameData.getBackground()
           
 

Methods in de.jadv.client with parameters of type DataLevelBackground
 void GameData.saveLevel(java.lang.String key, DataLevelBackground level)
           
 

Uses of DataLevelBackground in de.jadv.lib.events
 

Methods in de.jadv.lib.events that return DataLevelBackground
static DataLevelBackground JAdvEvent.readBackground(java.nio.ByteBuffer buf)
           
 

Methods in de.jadv.lib.events with parameters of type DataLevelBackground
static void JAdvEvent.write(java.nio.ByteBuffer buf, DataLevelBackground backgr)
           
 

Uses of DataLevelBackground in de.jadv.lib.events.toclient
 

Fields in de.jadv.lib.events.toclient declared as DataLevelBackground
(package private)  DataLevelBackground LevelInformationEvent._background
           
 

Methods in de.jadv.lib.events.toclient that return DataLevelBackground
 DataLevelBackground LevelInformationEvent.getBackground()
           
 

Constructors in de.jadv.lib.events.toclient with parameters of type DataLevelBackground
LevelInformationEvent(java.lang.String id, int build, DataLevelBackground background)
          Constructor for LevelInformation.
 

Uses of DataLevelBackground in org.jadv.basic
 

Fields in org.jadv.basic declared as DataLevelBackground
(package private)  DataLevelBackground LevelDesc._backgr
           
 

Methods in org.jadv.basic that return DataLevelBackground
 DataLevelBackground LevelDesc.getBackground()
          getBackground() Returns the background of a Level