Package com.enhancedechest.gui
Class EnderChestHolder
java.lang.Object
com.enhancedechest.gui.EnderChestHolder
- All Implemented Interfaces:
org.bukkit.inventory.InventoryHolder
Marker holder attached to every custom enderchest Inventory.
Listeners identify our GUIs with: inventory.getHolder() instanceof EnderChestHolder
-
Constructor Summary
ConstructorsConstructorDescriptionEnderChestHolder(UUID owner, int index, int size, ChestKind kind, @Nullable org.bukkit.Location sourceBlock) -
Method Summary
-
Constructor Details
-
EnderChestHolder
-
-
Method Details
-
getInventory
@NotNull public @NotNull org.bukkit.inventory.Inventory getInventory()- Specified by:
getInventoryin interfaceorg.bukkit.inventory.InventoryHolder
-