Class BuffHeroSpell
java.lang.Object
net.demilich.metastone.game.spells.Spell
net.demilich.metastone.game.spells.RevertableSpell
net.demilich.metastone.game.spells.BuffSpell
net.demilich.metastone.game.spells.BuffHeroSpell
- All Implemented Interfaces:
Serializable
,HasDesc<SpellDesc>
Deprecated.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SpellDesc
create
(int attackBonus, int armorBonus) Deprecated.static SpellDesc
create
(EntityReference target, int attackBonus, int armorBonus) Deprecated.Methods inherited from class net.demilich.metastone.game.spells.BuffSpell
create, create, getReverseSpell, onCast
Methods inherited from class net.demilich.metastone.game.spells.Spell
cast, castForPlayer, checkArguments, getDesc, isNativeStateful, setDesc, toString
-
Constructor Details
-
BuffHeroSpell
public BuffHeroSpell()Deprecated.
-
-
Method Details
-
create
Deprecated. -
create
Deprecated.
-
BuffSpell
instead.