spellcast.enchantment
Class HasteEnchantment

java.lang.Object
  extended by spellcast.enchantment.EnchantmentImpl
      extended by spellcast.enchantment.HasteEnchantment
All Implemented Interfaces:
java.io.Serializable, Enchantment

public class HasteEnchantment
extends EnchantmentImpl

The Haste Enchantment.

Version:
$Revision: 1.1 $
Author:
Barrie Treloar
See Also:
Serialized Form

Constructor Summary
protected HasteEnchantment()
          Provided for serialization, do not use as a constructor.
  HasteEnchantment(IBeing theCaster, IBeing theTarget)
          Creates a new HasteEnchantment object.
 
Method Summary
 
Methods inherited from class spellcast.enchantment.EnchantmentImpl
equals, getCaster, getDescription, getDuration, getId, getName, getResistance, getTarget, hashCode, isPermanent, isResistant, setCaster, setDescription, setDuration, setId, setName, setPermanent, setResistance, setTarget, turnComplete
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HasteEnchantment

protected HasteEnchantment()
Provided for serialization, do not use as a constructor.


HasteEnchantment

public HasteEnchantment(IBeing theCaster,
                        IBeing theTarget)
Creates a new HasteEnchantment object.

Parameters:
theCaster - the IBeing casting the Enchantment.
theTarget - the IBeing that is the target of the Enchantment.


Copyright © 2001-2005 Spellcast. All Rights Reserved.