zombie.iso
Class MetaObject

java.lang.Object
  extended by zombie.iso.MetaObject

public class MetaObject
extends java.lang.Object


Constructor Summary
MetaObject(int type, int x, int y, RoomDef def)
           
 
Method Summary
 RoomDef getRoom()
           
 int getType()
           
 boolean getUsed()
           
 int getX()
           
 int getY()
           
 void setUsed(boolean bUsed)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MetaObject

public MetaObject(int type,
                  int x,
                  int y,
                  RoomDef def)
Method Detail

getRoom

public RoomDef getRoom()

setUsed

public void setUsed(boolean bUsed)

getUsed

public boolean getUsed()

getX

public int getX()

getY

public int getY()

getType

public int getType()