com.croftsoft.apps.insight
Class Thing
java.lang.Object
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
Constructor Summary |
Thing(int type)
|
Thing(int type,
int x,
int y)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
type
public int type
x
public int x
y
public int y
isAlive
public boolean isAlive
Thing
public Thing(int type,
int x,
int y)
Thing
public Thing(int type)
CroftSoft Apps Javadoc (2008-09-28 21:15:07)