wyvern.world.lists.inv
Class UnicornInv

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

public class UnicornInv
extends InvGenerator

Generates unicorn inventory.

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

Constructor Summary
UnicornInv()
           
 
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

UnicornInv

public UnicornInv()
Method Detail

generate

public void generate(Monster mon)
Generates.

Specified by:
generate in class InvGenerator