Interface InventoryProvider<I>
- Type Parameters:
I
- Represents the platform's Inventory object.
- All Superinterfaces:
net.tnemc.menu.core.compatibility.PlayerInventory<I>
- All Known Implementing Classes:
BukkitInventoryProvider
,PaperInventoryProvider
,SpongeInventoryProvider
A class that acts as a bridge between various inventory objects on different server software providers.
- Since:
- 0.1.2.0
- Author:
- creatorfromhell
-
Method Summary
Methods inherited from interface net.tnemc.menu.core.compatibility.PlayerInventory
build, build, close, inMenu, openInventory, openMenu, openMenu, openMenu, openMenu, player, updateInventory
-
Method Details
-
getInventory
Used to get an inventory object.- Parameters:
ender
- True if the ender chest object should be returned, otherwise false.- Returns:
- The inventory object.
-