Class OriginalValueProvider
java.lang.Object
net.demilich.metastone.game.spells.desc.valueprovider.ValueProvider
net.demilich.metastone.game.spells.desc.valueprovider.OriginalValueProvider
- All Implemented Interfaces:
Serializable
,HasDesc<ValueProviderDesc>
When used in a
SpellOverrideAura
, this value provider returns the
original value specified in this key.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ValueProviderDesc
protected 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
-
OriginalValueProvider
-
-
Method Details
-
create
-
provideValue
- Specified by:
provideValue
in classValueProvider
-