com.croftsoft.apps.dice
Class NPC

java.lang.Object
  extended by com.croftsoft.apps.dice.NPC

public class NPC
extends Object

Non-Player Character (NPC) data.

Since:
1996-08-23
Version:
2002-02-27
Author:
David Wallace Croft

Constructor Summary
NPC()
           
NPC(String npc_name)
           
NPC(String npc_name, long npc_xp)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NPC

public NPC(String npc_name,
           long npc_xp)

NPC

public NPC(String npc_name)

NPC

public NPC()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

CroftSoft Javadoc

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