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 PlotInventory
PlotInventory.getOpenPlotInventory
(@NonNull PlotPlayer<?> plotPlayer) Methods in com.plotsquared.core.plot with parameters of type PlotInventoryModifier and TypeMethodDescriptionstatic void
PlotInventory.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 void
InventoryUtil.close
(PlotInventory inv) abstract boolean
InventoryUtil.isOpen
(PlotInventory plotInventory) abstract void
InventoryUtil.open
(PlotInventory inv) void
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