Class GraveyardMinionCountValueProvider
java.lang.Object
net.demilich.metastone.game.spells.desc.valueprovider.ValueProvider
net.demilich.metastone.game.spells.desc.valueprovider.EntityCountValueProvider
net.demilich.metastone.game.spells.desc.valueprovider.GraveyardMinionCountValueProvider
- All Implemented Interfaces:
Serializable
,HasDesc<ValueProviderDesc>
Returns the number of minions (non permanent, not removed peacefully) that are in the casting
player
's Spellsource.ZonesMessage.Zones.GRAVEYARD
.- 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.EntityCountValueProvider
matches
Methods inherited from class net.demilich.metastone.game.spells.desc.valueprovider.ValueProvider
getDesc, getValue, setDesc
-
Constructor Details
-
GraveyardMinionCountValueProvider
-
-
Method Details
-
provideValue
- Overrides:
provideValue
in classEntityCountValueProvider
-