erland.game.tileadventure
Class MapEditorObject
java.lang.Object
  
erland.game.tileadventure.GameObject
      
erland.game.tileadventure.BitmapObject
          
erland.game.tileadventure.MapEditorObject
- All Implemented Interfaces: 
 - MapObjectInterface, Cloneable
 
- Direct Known Subclasses: 
 - MapEditorAnimationObject
 
public class MapEditorObject
- extends BitmapObject
 
 
 
 
 
 
| 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 | 
 
 
MapEditorObject
public MapEditorObject()
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.