Class AlgebraicValueProvider
java.lang.Object
net.demilich.metastone.game.spells.desc.valueprovider.ValueProvider
net.demilich.metastone.game.spells.desc.valueprovider.AlgebraicValueProvider
- All Implemented Interfaces:
Serializable,HasDesc<ValueProviderDesc>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AlgebraicValueProvidercreate(Object value1, Object value2, AlgebraicOperation operation) protected intprovideValue(GameContext context, Player player, Entity target, Entity source) Methods inherited from class net.demilich.metastone.game.spells.desc.valueprovider.ValueProvider
getDesc, getValue, setDesc
-
Constructor Details
-
AlgebraicValueProvider
-
-
Method Details
-
create
public static AlgebraicValueProvider create(Object value1, Object value2, AlgebraicOperation operation) -
provideValue
- Specified by:
provideValuein classValueProvider
-