erland.game.tileadventure
Interface MapObjectInterface
- All Known Implementing Classes:
- AnimatedObject, BitmapObject, GameObject, LivingObject, MapEditorAnimationObject, MapEditorObject, MovableObject, RoomObject
public interface MapObjectInterface
init
void init(GameEnvironmentInterface environment)
setContainer
void setContainer(IrregularBlockContainerInterface cont)
getContainer
IrregularBlockContainerInterface getContainer()
getPosX
float getPosX()
getPosY
float getPosY()
getPosZ
float getPosZ()
setPos
void setPos(float x,
float y,
float z)
draw
void draw(Graphics g)
clone
Object clone()
getBoundingBox
Box3D getBoundingBox()
Copyright © 2003-2006 Erland Isaksson. All Rights Reserved.