Uses of Class
com.plotsquared.core.plot.PlotItemStack
Packages that use PlotItemStack
-
Uses of PlotItemStack in com.plotsquared.core.plot
Methods in com.plotsquared.core.plot that return PlotItemStackMethods in com.plotsquared.core.plot with parameters of type PlotItemStackModifier and TypeMethodDescriptionvoid
PlotInventory.setItem
(int index, PlotItemStack item) Put an item into this inventoryboolean
PlotInventory.setItemChecked
(int index, PlotItemStack item) Put an item into this inventory, while also checking the existence of the material in the current version -
Uses of PlotItemStack in com.plotsquared.core.util
Methods in com.plotsquared.core.util that return PlotItemStackModifier and TypeMethodDescriptionabstract PlotItemStack[]
InventoryUtil.getItems
(PlotPlayer<?> player) Methods in com.plotsquared.core.util with parameters of type PlotItemStackModifier and TypeMethodDescriptionvoid
InventoryUtil.setItem
(PlotInventory plotInventory, int index, PlotItemStack item) Attempts to set an item into aPlotInventory
abstract boolean
InventoryUtil.setItemChecked
(PlotInventory plotInventory, int index, PlotItemStack item) Attempts to set an item into aPlotInventory
while also checking the existence of the material