com.croftsoft.apps.insight
Class Thing

java.lang.Object
  extended by com.croftsoft.apps.insight.Thing

public final class Thing
extends Object

Data for a kobold, goblin, or wall.

Since:
2001-03-02
Version:
2002-03-02
Author:
David Wallace Croft

Field Summary
 boolean isAlive
           
 int type
           
 int x
           
 int y
           
 
Constructor Summary
Thing(int type)
           
Thing(int type, int x, int y)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

public int type

x

public int x

y

public int y

isAlive

public boolean isAlive
Constructor Detail

Thing

public Thing(int type,
             int x,
             int y)

Thing

public Thing(int type)

CroftSoft Javadoc

CroftSoft Apps Javadoc (2008-09-28 21:15:07)