Uses of Class
com.mrivanplays.pagedinventory.api.NavigationItem
- 
Packages that use NavigationItem Package Description com.mrivanplays.pagedinventory.api com.mrivanplays.pagedinventory.internal 
- 
- 
Uses of NavigationItem in com.mrivanplays.pagedinventory.apiMethods in com.mrivanplays.pagedinventory.api that return NavigationItem Modifier and Type Method Description static NavigationItemNavigationItem. create(@NotNull org.bukkit.inventory.ItemStack item, @NotNull NavigationItem.Action action)Creates a newNavigationItemMethods in com.mrivanplays.pagedinventory.api that return types with arguments of type NavigationItem Modifier and Type Method Description @NotNull Map<Integer,NavigationItem>PagedInventory. getNavigationItems()Returns a immutable map of theNavigationItemsadded.Methods in com.mrivanplays.pagedinventory.api with parameters of type NavigationItem Modifier and Type Method Description @NotNull PagedInventoryBuilderPagedInventoryBuilder. navigationItem(int slot, @NotNull NavigationItem navigationItem)Sets the specified inventory slot to the specifiedNavigationItemvoidPagedInventory. setNavigationItem(int pos, @NotNull NavigationItem item)Sets the specifiedNavigationItemon the specifiedInventoryposition.
- 
Uses of NavigationItem in com.mrivanplays.pagedinventory.internalMethods in com.mrivanplays.pagedinventory.internal that return types with arguments of type NavigationItem Modifier and Type Method Description @NotNull Map<Integer,NavigationItem>PagedInventoryImpl. getNavigationItems()Methods in com.mrivanplays.pagedinventory.internal with parameters of type NavigationItem Modifier and Type Method Description voidPagedInventoryImpl. setNavigationItem(int pos, @NotNull NavigationItem item)
 
-