wyvern.kernel.combat.parts
Class Wrist

java.lang.Object
  extended bywyvern.kernel.combat.BodyPart
      extended bywyvern.kernel.combat.parts.Wrist

public class Wrist
extends BodyPart

A Wrist is a body part that can hold bracers.

Version:
1.0, Jun 09, 1998
Author:
Steve Yegge

Field Summary
 
Fields inherited from class wyvern.kernel.combat.BodyPart
hitWeight_, name_, pluralName_, slots_, uniqueName_
 
Constructor Summary
Wrist()
          Constructs a new Wrist
Wrist(java.lang.String uniqueName)
          Constructs a new Wrist
 
Methods inherited from class wyvern.kernel.combat.BodyPart
equals, getName, getPluralName, getProbability, getSlots, getTotalAC, getUniqueName, makeClone, makeSingleSlot, setName, setPluralName, setProbability, setUniqueName, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Wrist

public Wrist()
Constructs a new Wrist


Wrist

public Wrist(java.lang.String uniqueName)
Constructs a new Wrist