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.Inventory
setInventory(org.bukkit.inventory.Inventory inventory)
Sets the inventory
-
Field Details
-
uuid
The Identifier of thisInventoryHolder
-
-
Constructor Details
-
PluginHolder
- Parameters:
uuid
-UUID
uuid identifier of this holderinventory
-Inventory
The Bukkit Inventory
-
-
Method Details
-
setInventory
Sets the inventory- Parameters:
inventory
-Inventory
- Returns:
- Instance of this
PluginInventory.PluginHolder
class
-
getInventory
@Nonnull public org.bukkit.inventory.Inventory getInventory()- Specified by:
getInventory
in interfaceorg.bukkit.inventory.InventoryHolder
-