Class LongAmountOperations
java.lang.Object
com.refinedmods.refinedstorage.common.support.amount.LongAmountOperations
- All Implemented Interfaces:
AmountOperations<Long>
-
Field Summary
Fields -
Method Summary
-
Field Details
-
INSTANCE
-
-
Method Details
-
format
- Specified by:
formatin interfaceAmountOperations<Long>
-
parse
- Specified by:
parsein interfaceAmountOperations<Long>
-
validate
- Specified by:
validatein interfaceAmountOperations<Long>
-
changeAmount
public Long changeAmount(@Nullable Long current, int delta, @Nullable Long minAmount, @Nullable Long maxAmount) - Specified by:
changeAmountin interfaceAmountOperations<Long>
-