|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MapObjectContainerInterface | |
---|---|
erland.game.tileadventure |
Uses of MapObjectContainerInterface in erland.game.tileadventure |
---|
Classes in erland.game.tileadventure that implement MapObjectContainerInterface | |
---|---|
class |
MapBlockContainer
|
Fields in erland.game.tileadventure declared as MapObjectContainerInterface | |
---|---|
protected MapObjectContainerInterface |
TileMapEditor.mapBlocks
Blocks in the editor area |
protected MapObjectContainerInterface |
TileMapEditor.paletteBlocks
Blocks in the select block area |
protected MapObjectContainerInterface |
TileAdventureModel.roomMap
Room map |
Methods in erland.game.tileadventure with parameters of type MapObjectContainerInterface | |
---|---|
void |
DrawMap.addObjectMap(MapObjectContainerInterface map)
|
void |
WorldMapEditor.drawMapBlocks(Graphics g,
MapObjectContainerInterface blocks)
|
void |
RoomMapEditor.drawMapBlocks(Graphics g,
MapObjectContainerInterface blocks)
|
void |
MapObjectEditor.drawMapBlocks(Graphics g,
MapObjectContainerInterface blocks)
|
abstract void |
MapEditor.drawMapBlocks(Graphics g,
MapObjectContainerInterface blocks)
|
void |
AnimationEditor.drawMapBlocks(Graphics g,
MapObjectContainerInterface blocks)
|
void |
MapEditor.drawPaletteBlocks(Graphics g,
MapObjectContainerInterface paletteBlocks)
|
boolean |
TileAdventureModel.isFree(MapObjectContainerInterface map,
GameObject obj,
float x,
float y,
float z)
|
protected MapObjectContainerInterface |
TileMapEditor.prepareAfterLoad(MapObjectContainerInterface blocks)
Prepare the map container after loading new map data |
protected MapObjectContainerInterface |
TileMapEditor.prepareForSave(MapObjectContainerInterface blocks)
Prepare the map container for save |
protected void |
TileMapEditor.saveButton(MapObjectContainerInterface blocks)
|
protected void |
MapEditor.saveButton(MapObjectContainerInterface blocks)
Called when the standard save button is pressed, the current blocks in the map area should be saved to the map |
void |
RoomObject.setBlocks(MapObjectContainerInterface maps)
|
void |
WorldGameLevelManager.setLevel(int level,
MapObjectContainerInterface blocks,
ParameterSerializable extendedInfo)
|
void |
WorldEditorLevelManager.setLevel(int level,
MapObjectContainerInterface blocks,
ParameterSerializable extendedInfo)
|
void |
RoomGameLevelManager.setLevel(int level,
MapObjectContainerInterface blocks,
ParameterSerializable extendedInfo)
|
void |
RoomEditorLevelManager.setLevel(int level,
MapObjectContainerInterface blocks,
ParameterSerializable extendedInfo)
|
void |
MapObjectGameLevelManager.setLevel(int level,
MapObjectContainerInterface blocks,
ParameterSerializable extendedInfo)
|
void |
MapObjectEditorLevelManager.setLevel(int level,
MapObjectContainerInterface blocks,
ParameterSerializable extendedInfo)
|
abstract void |
LevelManager.setLevel(int level,
MapObjectContainerInterface blocks,
ParameterSerializable extendedInfo)
|
void |
AnimationGameLevelManager.setLevel(int level,
MapObjectContainerInterface blocks,
ParameterSerializable extendedInfo)
|
void |
AnimationEditorLevelManager.setLevel(int level,
MapObjectContainerInterface blocks,
ParameterSerializable extendedInfo)
|
void |
GameObject.setObjectMap(MapObjectContainerInterface objectMap)
|
Constructors in erland.game.tileadventure with parameters of type MapObjectContainerInterface | |
---|---|
LevelInfo(MapObjectContainerInterface blocks,
ParameterSerializable extendedInfo)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |