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 TypeMethodDescriptionvoidPlotInventory.setItem(int index, PlotItemStack item) Put an item into this inventorybooleanPlotInventory.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 TypeMethodDescriptionvoidInventoryUtil.setItem(PlotInventory plotInventory, int index, PlotItemStack item) Attempts to set an item into aPlotInventoryabstract booleanInventoryUtil.setItemChecked(PlotInventory plotInventory, int index, PlotItemStack item) Attempts to set an item into aPlotInventorywhile also checking the existence of the material