Package com.burchard36.api.inventory
Class PluginInventory.PluginHolder
java.lang.Object
com.burchard36.api.inventory.PluginInventory.PluginHolder
- All Implemented Interfaces:
org.bukkit.inventory.InventoryHolder
- Enclosing class:
- PluginInventory
public static class PluginInventory.PluginHolder
extends Object
implements org.bukkit.inventory.InventoryHolder
The
InventoryHolder that PluginInventory's have-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.bukkit.inventory.InventorysetInventory(org.bukkit.inventory.Inventory inventory)Sets the inventory
-
Field Details
-
uuid
The Identifier of thisInventoryHolder
-
-
Constructor Details
-
PluginHolder
- Parameters:
uuid-UUIDuuid identifier of this holderinventory-InventoryThe Bukkit Inventory
-
-
Method Details
-
setInventory
Sets the inventory- Parameters:
inventory-Inventory- Returns:
- Instance of this
PluginInventory.PluginHolderclass
-
getInventory
@Nonnull public org.bukkit.inventory.Inventory getInventory()- Specified by:
getInventoryin interfaceorg.bukkit.inventory.InventoryHolder
-