erland.game.tileadventure
Class MapObjectGameLevelManager
java.lang.Object
  
erland.game.tileadventure.LevelManager
      
erland.game.tileadventure.MapObjectGameLevelManager
public class MapObjectGameLevelManager
- extends LevelManager
 
 
 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
MapObjectGameLevelManager
public MapObjectGameLevelManager()
getDefaultSizeX
protected int getDefaultSizeX()
 
getDefaultSizeY
protected int getDefaultSizeY()
 
getDefaultSizeZ
protected int getDefaultSizeZ()
 
getGroupName
protected String getGroupName()
 
getObjectName
protected String getObjectName()
 
getImage
public Image getImage()
- Specified by:
 getImage in class LevelManager
 
 
createLevel
public LevelInfoInterface createLevel(int level)
- Specified by:
 createLevel in class LevelManager
 
 
getLevel
public LevelInfoInterface getLevel(int level)
- Specified by:
 getLevel in class LevelManager
 
 
setLevel
public void setLevel(int level,
                     MapObjectContainerInterface blocks,
                     ParameterSerializable extendedInfo)
- Specified by:
 setLevel in class LevelManager
 
 
getObject
public GameObject getObject(MapEditorObject obj,
                            MapObjectExtendedLevelInfo info)
 
Copyright © 2003-2006 Erland Isaksson. All Rights Reserved.