com.robrohan.ruin.doom
Class Thing

java.lang.Object
  |
  +--com.robrohan.ruin.doom.Thing
All Implemented Interfaces:
java.io.Serializable

public class Thing
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
Thing(int x, int z)
           
 
Method Summary
 void compile(DoomLevel level)
           
 int getX()
           
 int getZ()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Thing

public Thing(int x,
             int z)
Method Detail

getX

public int getX()

getZ

public int getZ()

compile

public void compile(DoomLevel level)