Package net.okocraft.box.api.model.stock
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 net.okocraft.box.api.model.stock.StockHolder
decreaseIfPossible, getAmountMethods inherited from interface net.okocraft.box.api.model.stock.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
-