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.api
Methods in com.mrivanplays.pagedinventory.api that return NavigationItem Modifier and Type Method Description static NavigationItem
NavigationItem. create(@NotNull org.bukkit.inventory.ItemStack item, @NotNull NavigationItem.Action action)
Creates a newNavigationItem
Methods 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 theNavigationItems
added.Methods in com.mrivanplays.pagedinventory.api with parameters of type NavigationItem Modifier and Type Method Description @NotNull PagedInventoryBuilder
PagedInventoryBuilder. navigationItem(int slot, @NotNull NavigationItem navigationItem)
Sets the specified inventory slot to the specifiedNavigationItem
void
PagedInventory. setNavigationItem(int pos, @NotNull NavigationItem item)
Sets the specifiedNavigationItem
on the specifiedInventory
position. -
Uses of NavigationItem in com.mrivanplays.pagedinventory.internal
Methods 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 void
PagedInventoryImpl. setNavigationItem(int pos, @NotNull NavigationItem item)
-