Class FiresLeftValueProvider
java.lang.Object
net.demilich.metastone.game.spells.desc.valueprovider.ValueProvider
net.demilich.metastone.game.spells.desc.valueprovider.FiresLeftValueProvider
- All Implemented Interfaces:
Serializable
,HasDesc<ValueProviderDesc>
Returns the number of fires left in the first enchantment attached to the
target
.
SpellArg.VALUE
is used as the default value when the card is in the
hand.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected int
provideValue
(GameContext context, Player player, Entity target, Entity host) Methods inherited from class net.demilich.metastone.game.spells.desc.valueprovider.ValueProvider
getDesc, getValue, setDesc
-
Constructor Details
-
FiresLeftValueProvider
-
-
Method Details
-
provideValue
- Specified by:
provideValue
in classValueProvider
-