erland.game.tileadventure
Class MapEditorObject

java.lang.Object
  extended by erland.game.tileadventure.GameObject
      extended by erland.game.tileadventure.BitmapObject
          extended by erland.game.tileadventure.MapEditorObject
All Implemented Interfaces:
MapObjectInterface, Cloneable
Direct Known Subclasses:
MapEditorAnimationObject

public class MapEditorObject
extends BitmapObject


Field Summary
 
Fields inherited from class erland.game.tileadventure.BitmapObject
drawCount
 
Constructor Summary
MapEditorObject()
           
 
Method Summary
 int getBlockType()
          Get block type of the block
 void read(ParameterValueStorageExInterface in)
           
 void setBlockType(int blockType)
          Set the block type of the block
 void write(ParameterValueStorageExInterface out)
           
 
Methods inherited from class erland.game.tileadventure.BitmapObject
draw, setImage, setImage
 
Methods inherited from class erland.game.tileadventure.GameObject
action, actionChild, clone, fillBoundingBox, getActionMap, getBoundingBox, getChilds, getContainer, getDrawingPosX, getDrawingPosY, getEnvironment, getMoveVector, getMovingPosX, getMovingPosY, getMovingPosZ, getObjectMap, getParent, getPixelPosX, getPixelPosY, getPosX, getPosY, getPosZ, getRedraw, init, isActionPossible, isMovable, isMovableChild, isPushable, isPushableChild, setActionMap, setChilds, setContainer, setMoveVector, setObjectMap, setParent, setPos, update
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapEditorObject

public MapEditorObject()
Method Detail

getBlockType

public int getBlockType()
Get block type of the block

Returns:
The block type of the block

setBlockType

public void setBlockType(int blockType)
Set the block type of the block

Parameters:
blockType - The block type

write

public void write(ParameterValueStorageExInterface out)
Overrides:
write in class BitmapObject

read

public void read(ParameterValueStorageExInterface in)
Overrides:
read in class BitmapObject


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