wyvern.lib.properties.materials
Class Paper

java.lang.Object
  extended bywyvern.lib.properties.materials.Material
      extended bywyvern.lib.properties.materials.Organic
          extended bywyvern.lib.properties.materials.Wood
              extended bywyvern.lib.properties.materials.Paper

public class Paper
extends Wood

Paper, papyrus, parchment.

Version:
1.0, Oct 17, 1999
Author:
Steve Yegge

Field Summary
static Paper INSTANCE
          A Singleton instance.
 
Fields inherited from class wyvern.lib.properties.materials.Material
desc_, phase_
 
Constructor Summary
Paper()
           
 
Method Summary
 int getToughess()
          Returns a measure of the toughness of the material, in hit-points per pound.
 
Methods inherited from class wyvern.lib.properties.materials.Material
createMaterial, equals, getDescription, getPhase, setDescription, setPhase, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

INSTANCE

public static final Paper INSTANCE
A Singleton instance.

Constructor Detail

Paper

public Paper()
Method Detail

getToughess

public int getToughess()
Returns a measure of the toughness of the material, in hit-points per pound.

Overrides:
getToughess in class Wood