Package com.plotsquared.core.util
Class InventoryUtil
java.lang.Object
com.plotsquared.core.util.InventoryUtil
This class is only used by internal functions, for most cases use the PlotInventory class
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract voidclose(PlotInventory inv) abstract PlotItemStack[]getItems(PlotPlayer<?> player) abstract booleanisOpen(PlotInventory plotInventory) abstract voidopen(PlotInventory inv) abstract voidsetItem(PlotInventory plotInventory, int index, PlotItemStack item)
-
Constructor Details
-
InventoryUtil
public InventoryUtil()
-
-
Method Details
-
open
-
close
-
setItem
-
getItems
-
isOpen
-