wyvern.lib.properties
Class Edible

java.lang.Object
  extended bywyvern.lib.properties.Edible

public class Edible
extends java.lang.Object

Property for objects which can be eaten (or are at least intended to be eaten). Zero means it has no sustenance value (e.g. it's something that's eaten for its side effects). Most foods have a positive sustenance value. A negative value means eating it makes you even hungrier.

Version:
1.0, Aug 18, 1997
Author:
Steve Yegge

Constructor Summary
Edible()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Edible

public Edible()