spellcast.enchantment
Class FearEnchantment

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

public class FearEnchantment
extends EnchantmentImpl

The Fear Enchantment.

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

Constructor Summary
protected FearEnchantment()
          Provided for serialization, do not use as a constructor.
  FearEnchantment(IBeing theCaster, IWizard theTarget)
          Creates a new FearEnchantment 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

FearEnchantment

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


FearEnchantment

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

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


Copyright © 2001-2005 Spellcast. All Rights Reserved.