|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object spellcast.spell.SpellImpl spellcast.spell.ShieldSpell
public class ShieldSpell
This spell protects the subject from all attacks from monsters (that is, creatures created by a summons class spell), from missile spells, and from stabs by wizards. The shield lasts for that turn only, but one shield will cover all such attacks made against the subject that turn.
Constructor Summary | |
---|---|
ShieldSpell(IWizard theCaster,
IBeing theTarget)
Create a Shield ISpell . |
Method Summary |
---|
Methods inherited from class spellcast.spell.SpellImpl |
---|
getCaster, getDescription, getGestures, getTarget |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ShieldSpell(IWizard theCaster, IBeing theTarget)
Shield
ISpell
.
theCaster
- the Caster of the ISpell
.theTarget
- the target IBeing
of the ISpell
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |