Uses of Class
com.plotsquared.core.plot.PlotInventory
Packages that use PlotInventory
Package
Description
-
Uses of PlotInventory in com.plotsquared.core.components
Methods in com.plotsquared.core.components that return PlotInventoryModifier and TypeMethodDescriptionComponentPresetManager.buildInventory(PlotPlayer<?> player) Build the component inventory for a player. -
Uses of PlotInventory in com.plotsquared.core.player
Fields in com.plotsquared.core.player with type parameters of type PlotInventoryModifier and TypeFieldDescriptionstatic final MetaDataKey<PlotInventory>PlayerMetaDataKeys.TEMPORARY_INVENTORY -
Uses of PlotInventory in com.plotsquared.core.plot
Methods in com.plotsquared.core.plot that return PlotInventoryModifier and TypeMethodDescriptionstatic PlotInventoryPlotInventory.getOpenPlotInventory(@NonNull PlotPlayer<?> plotPlayer) Methods in com.plotsquared.core.plot with parameters of type PlotInventoryModifier and TypeMethodDescriptionstatic voidPlotInventory.setPlotInventoryOpen(@NonNull PlotPlayer<?> plotPlayer, @NonNull PlotInventory plotInventory) -
Uses of PlotInventory in com.plotsquared.core.util
Methods in com.plotsquared.core.util with parameters of type PlotInventoryModifier and TypeMethodDescriptionabstract voidInventoryUtil.close(PlotInventory inv) abstract booleanInventoryUtil.isOpen(PlotInventory plotInventory) abstract voidInventoryUtil.open(PlotInventory inv) voidInventoryUtil.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