Interface PersonalStockHolder
- All Superinterfaces:
StockHolder, StockHolderWrapper
An interface that wraps the
StockHolder owned by a user-
Method Summary
Modifier and TypeMethodDescription@NotNull BoxUsergetUser()Gets theBoxUserwho has thisStockHolder.Methods inherited from interface StockHolder
decreaseIfPossible, getAmountMethods inherited from interface StockHolderWrapper
decrease, decreaseIfPossible, decreaseIfPossible, decreaseToZero, delegate, getAmount, getName, getStockedItems, getUUID, increase, reset, setAmount, toStockDataCollection
-
Method Details
-
getUser
Gets theBoxUserwho has thisStockHolder.- Returns:
- the
BoxUserwho has thisStockHolder
-