|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IWizard | |
---|---|
spellcast.beings | |
spellcast.client | |
spellcast.enchantment | The Enchantments of the Spellcast System. |
spellcast.event | |
spellcast.game | |
spellcast.questions | |
spellcast.spell | |
spellcast.ui |
Uses of IWizard in spellcast.beings |
---|
Classes in spellcast.beings that implement IWizard | |
---|---|
class |
NullWizard
A Null Wizard. |
class |
Wizard
A Wizard of Spellcast. |
Methods in spellcast.beings that return IWizard | |
---|---|
IWizard |
Monster.getOwner()
Return the IWizard who is the owner of this
IMonster . |
IWizard |
IMonster.getOwner()
Return the IWizard who is the owner of this
IMonster . |
Uses of IWizard in spellcast.client |
---|
Methods in spellcast.client with parameters of type IWizard | |
---|---|
void |
Client.addWizard(IWizard w)
Add a wizard to the view. |
void |
Client.removeWizard(IWizard w)
Remove a wizard from the view. |
Uses of IWizard in spellcast.enchantment |
---|
Constructors in spellcast.enchantment with parameters of type IWizard | |
---|---|
CharmPersonEnchantment(IBeing theCaster,
IWizard theTarget)
Creates a new CharmPersonEnchantment object. |
|
DelayedEffectEnchantment(IBeing theCaster,
IWizard theTarget)
Creates a new DelayedEffectEnchantment object. |
|
FearEnchantment(IBeing theCaster,
IWizard theTarget)
Creates a new FearEnchantment object. |
|
PermanencyEnchantment(IBeing theCaster,
IWizard theTarget)
Creates a new PermanencyEnchantment object. |
Uses of IWizard in spellcast.event |
---|
Constructors in spellcast.event with parameters of type IWizard | |
---|---|
DisconnectionEvent(IWizard target)
Create a DisconnectionEvent that indicates the wizard has disconnected. |
Uses of IWizard in spellcast.game |
---|
Methods in spellcast.game that return IWizard | |
---|---|
IWizard |
Game.getWizard(Id idToMatch)
Find the specified wizard by Id. |
Methods in spellcast.game that return types with arguments of type IWizard | |
---|---|
java.util.List<IWizard> |
IGame.getWizards()
The IWizard s currently in the arena. |
java.util.List<IWizard> |
Game.getWizards()
The IWizard s currently in the arena. |
Methods in spellcast.game with parameters of type IWizard | |
---|---|
void |
IGame.addWizard(IWizard w)
Add a wizard to the system. |
void |
Game.addWizard(IWizard w)
Add a wizard to the system. |
void |
IGame.removeWizard(IWizard w)
Remove a wizard from the system. |
void |
Game.removeWizard(IWizard w)
Remove a wizard from the system. |
Uses of IWizard in spellcast.questions |
---|
Constructor parameters in spellcast.questions with type arguments of type IWizard | |
---|---|
SelectTargetQuestion(IRequiresTarget needsATarget,
java.util.List<IWizard> theTargets)
|
Uses of IWizard in spellcast.spell |
---|
Methods in spellcast.spell that return IWizard | |
---|---|
IWizard |
SpellImpl.getCaster()
Return the IWizard who cast this ISpell . |
IWizard |
ISpell.getCaster()
Return the IWizard who cast this ISpell . |
Constructors in spellcast.spell with parameters of type IWizard | |
---|---|
ShieldSpell(IWizard theCaster,
IBeing theTarget)
Create a Shield ISpell . |
|
SpellImpl(IWizard theCaster,
IBeing theTarget,
Gesture[] theGestures,
java.lang.String theDescription)
Creates the default implementation of SpellImpl . |
Uses of IWizard in spellcast.ui |
---|
Methods in spellcast.ui with parameters of type IWizard | |
---|---|
void |
WizardDisplay.addWizard(IWizard wizard)
|
void |
SpellcastWindow.addWizard(IWizard w)
Add a wizard to the view. |
void |
SpellcastView.addWizard(IWizard w)
Add a wizard to the view. |
void |
WizardDisplay.removeWizard(IWizard wizard)
|
void |
SpellcastWindow.removeWizard(IWizard w)
Remove a wizard from the view. |
void |
SpellcastView.removeWizard(IWizard w)
Remove a wizard from the view. |
Constructors in spellcast.ui with parameters of type IWizard | |
---|---|
WizardDetails(IWizard wizard)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |