Package com.plotsquared.bukkit.util
Class BukkitInventoryUtil
java.lang.Object
com.plotsquared.core.util.InventoryUtil
com.plotsquared.bukkit.util.BukkitInventoryUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose(PlotInventory inv) getItems(PlotPlayer<?> player) booleanisOpen(PlotInventory plotInventory) voidopen(PlotInventory inv) booleansetItemChecked(PlotInventory inv, int index, PlotItemStack item) Methods inherited from class com.plotsquared.core.util.InventoryUtil
setItem
-
Constructor Details
-
BukkitInventoryUtil
public BukkitInventoryUtil()
-
-
Method Details
-
open
- Specified by:
openin classInventoryUtil
-
close
- Specified by:
closein classInventoryUtil
-
setItemChecked
- Specified by:
setItemCheckedin classInventoryUtil
-
getItem
-
getItems
- Specified by:
getItemsin classInventoryUtil
-
isOpen
- Specified by:
isOpenin classInventoryUtil
-