Uses of Interface
erland.game.tileadventure.IrregularBlockContainerInterface

Packages that use IrregularBlockContainerInterface
erland.game.tileadventure   
erland.game.tileadventure.isodiamond   
erland.game.tileadventure.rect   
 

Uses of IrregularBlockContainerInterface in erland.game.tileadventure
 

Classes in erland.game.tileadventure that implement IrregularBlockContainerInterface
 class BlockContainerData
           
 

Fields in erland.game.tileadventure declared as IrregularBlockContainerInterface
protected  IrregularBlockContainerInterface TileAdventureModel.cont
          Block container for the game area
protected  IrregularBlockContainerInterface LevelManager.cont
           
 

Methods in erland.game.tileadventure that return IrregularBlockContainerInterface
 IrregularBlockContainerInterface RoomObject.getContainer()
           
 IrregularBlockContainerInterface MapObjectInterface.getContainer()
           
protected  IrregularBlockContainerInterface LevelManager.getContainer()
           
 IrregularBlockContainerInterface GameObject.getContainer()
          Get the container which the block exists in
protected  IrregularBlockContainerInterface DrawMap.getContainer()
           
protected  IrregularBlockContainerInterface TileMapEditor.getMapContainer()
           
protected abstract  IrregularBlockContainerInterface MapEditor.getMapContainer()
          Get block container for the map area
protected  IrregularBlockContainerInterface AnimationEditor.getMapContainer()
           
protected  IrregularBlockContainerInterface TileMapEditor.getPaletteContainer()
           
protected abstract  IrregularBlockContainerInterface MapEditor.getPaletteContainer()
          Get block container for the block selection area
 

Methods in erland.game.tileadventure with parameters of type IrregularBlockContainerInterface
protected  MapObjectInterface TileMapEditor.cloneBlock(MapObjectInterface block, IrregularBlockContainerInterface cont, int x, int y, int z)
           
protected abstract  MapObjectInterface MapEditor.cloneBlock(MapObjectInterface block, IrregularBlockContainerInterface cont, int x, int y, int z)
          Clone specified block
 void TileAdventureModelStandalone.init(GameEnvironmentInterface environment, IrregularBlockContainerInterface cont)
           
 void TileAdventureModelInterface.init(GameEnvironmentInterface environment, IrregularBlockContainerInterface cont)
          Initialize model
 void TileAdventureModel.init(GameEnvironmentInterface environment, IrregularBlockContainerInterface cont)
          Initiate the model
 void RoomObject.setContainer(IrregularBlockContainerInterface cont)
           
 void MapObjectInterface.setContainer(IrregularBlockContainerInterface cont)
           
 void LevelManager.setContainer(IrregularBlockContainerInterface cont)
           
 void GameObject.setContainer(IrregularBlockContainerInterface cont)
           
 void DrawMap.setContainer(IrregularBlockContainerInterface cont)
           
 

Uses of IrregularBlockContainerInterface in erland.game.tileadventure.isodiamond
 

Classes in erland.game.tileadventure.isodiamond that implement IrregularBlockContainerInterface
 class IsoDiamondBlockContainerData
           
 

Uses of IrregularBlockContainerInterface in erland.game.tileadventure.rect
 

Classes in erland.game.tileadventure.rect that implement IrregularBlockContainerInterface
 class RectBlockContainerData
           
 



Copyright © 2003-2006 Erland Isaksson. All Rights Reserved.