Class AbstractArithmetic
java.lang.Object
org.screamingsandals.simpleinventories.operations.arithmetic.AbstractArithmetic
- All Implemented Interfaces:
Operation
- Direct Known Subclasses:
AbstractBitwise
,AdditionArithmetic
,DivisionArithmetic
,ModuloArithmetic
,MultiplicationArithmetic
,SubstractionArithmetic
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract Object
resolveFor
(Object obj1, Object obj2) resolveFor
(org.screamingsandals.lib.player.PlayerWrapper player, PlayerItemInfo info) toString()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.screamingsandals.simpleinventories.operations.Operation
resolveFor
-
Field Details
-
format
-
obj1
-
obj2
-
-
Constructor Details
-
AbstractArithmetic
-
-
Method Details
-
resolveFor
- Specified by:
resolveFor
in interfaceOperation
-
resolveFor
-
toString
-