wyvern.world.lists.inv
Class TitanInv

java.lang.Object
  extended bywyvern.kernel.monsters.InvGenerator
      extended bywyvern.world.lists.inv.TitanInv

public class TitanInv
extends InvGenerator

Generates titan inventory.

Version:
1.0, Jun 10, 2001
Author:
Steve Yegge

Constructor Summary
TitanInv()
           
 
Method Summary
 void generate(Monster mon)
          Generates.
 
Methods inherited from class wyvern.kernel.monsters.InvGenerator
addItem, addItem, clone, cloneItem, randomItem, roll
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TitanInv

public TitanInv()
Method Detail

generate

public void generate(Monster mon)
Generates.

Specified by:
generate in class InvGenerator