|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MapObjectInterface | |
---|---|
erland.game.tileadventure |
Uses of MapObjectInterface in erland.game.tileadventure |
---|
Classes in erland.game.tileadventure that implement MapObjectInterface | |
---|---|
class |
AnimatedObject
|
class |
BitmapObject
|
class |
GameObject
|
class |
LivingObject
|
class |
MapEditorAnimationObject
|
class |
MapEditorObject
|
class |
MovableObject
|
class |
RoomObject
|
Methods in erland.game.tileadventure that return MapObjectInterface | |
---|---|
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 |
MapObjectInterface |
MapObjectContainerInterface.getBlock(int x,
int y,
int z)
|
MapObjectInterface |
MapBlockContainer.getBlock(int x,
int y,
int z)
|
protected MapObjectInterface |
TileMapEditor.getPaletteBlock(int blockNo)
Get a new block based on the specified block from the select block area |
protected MapObjectInterface |
MapEditor.prepareNewBlock(MapObjectInterface oldBlock,
MapObjectInterface newBlock)
Prepare a new block so it can be inserted in the map |
Methods in erland.game.tileadventure with parameters of type MapObjectInterface | |
---|---|
void |
MapObjectContainerInterface.addObject(MapObjectInterface object,
int x,
int y,
int z)
|
void |
MapBlockContainer.addObject(MapObjectInterface object,
int x,
int y,
int z)
|
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 |
protected void |
MapEditor.drawBlock(Graphics g,
MapObjectInterface block)
Draw the specified block |
void |
TileMapEditor.drawSelectedFrame(Graphics g,
MapObjectInterface selectedBlock)
|
void |
MapObjectEditor.drawSelectedFrame(Graphics g,
MapObjectInterface selectedBlock)
|
abstract void |
MapEditor.drawSelectedFrame(Graphics g,
MapObjectInterface selectedBlock)
|
void |
AnimationEditor.drawSelectedFrame(Graphics g,
MapObjectInterface selectedBlock)
|
protected MapObjectInterface |
MapEditor.prepareNewBlock(MapObjectInterface oldBlock,
MapObjectInterface newBlock)
Prepare a new block so it can be inserted in the map |
void |
MapObjectContainerInterface.removeBlock(MapObjectInterface object)
|
void |
MapBlockContainer.removeBlock(MapObjectInterface object)
|
void |
MapObjectContainerInterface.removeBlock(MapObjectInterface object,
int x,
int y,
int z)
|
void |
MapBlockContainer.removeBlock(MapObjectInterface block,
int x,
int y,
int z)
|
void |
MapObjectContainerInterface.removeObject(MapObjectInterface object)
|
void |
MapBlockContainer.removeObject(MapObjectInterface object)
|
void |
MapObjectContainerInterface.removeObject(MapObjectInterface object,
int x,
int y,
int z)
|
void |
MapBlockContainer.removeObject(MapObjectInterface object,
int x,
int y,
int z)
|
void |
MapObjectContainerInterface.setBlock(MapObjectInterface object,
int x,
int y,
int z)
|
void |
MapBlockContainer.setBlock(MapObjectInterface block,
int x,
int y,
int z)
|
protected void |
MapEditor.setMapBlock(MapObjectInterface block,
int posX,
int posY,
int posZ)
Uppdates the map with a new block |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |