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