Uses of Class
map.MapItem

Packages that use MapItem
map This package implements the basic concept of a Map Grid divided into Units that contain MapItems. 
player This package contains an Audioplayer to stream or play items from the device itself or from the network. 
 

Uses of MapItem in map
 

Methods in map that return MapItem
 MapItem Grid.getMapItem(java.lang.Integer unitId, boolean bRotate)
          Gets a Map Item of a given Unit.
 

Methods in map with parameters of type MapItem
 void Unit.addItem(MapItem item)
          Adds an item to the itemList of the Unit
 

Uses of MapItem in player
 

Methods in player with parameters of type MapItem
 void AudioPlayer.initPlayList(MapItem mapItem)
          Inits the playlist with a single item