Class EntityCountValueProvider

java.lang.Object
net.demilich.metastone.game.spells.desc.valueprovider.ValueProvider
net.demilich.metastone.game.spells.desc.valueprovider.EntityCountValueProvider
All Implemented Interfaces:
Serializable, HasDesc<ValueProviderDesc>
Direct Known Subclasses:
BoardCountValueProvider, CardCountValueProvider, GraveyardMinionCountValueProvider

public class EntityCountValueProvider extends ValueProvider
Counts the number of entities specified in the ValueProviderArg.TARGET filtered by ValueProviderArg.FILTER.
See Also: