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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract ObjectresolveFor(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, waitMethods inherited from interface org.screamingsandals.simpleinventories.operations.Operation
resolveFor
-
Field Details
-
format
-
obj1
-
obj2
-
-
Constructor Details
-
AbstractArithmetic
-
-
Method Details
-
resolveFor
- Specified by:
resolveForin interfaceOperation
-
resolveFor
-
toString
-