Uses of Class
com.mrivanplays.pagedinventory.api.NavigationItem.Action
- 
Packages that use NavigationItem.Action Package Description com.mrivanplays.pagedinventory.api 
- 
- 
Uses of NavigationItem.Action in com.mrivanplays.pagedinventory.apiMethods in com.mrivanplays.pagedinventory.api that return NavigationItem.Action Modifier and Type Method Description @NotNull NavigationItem.ActionNavigationItem. getAction()Returns theNavigationItem.Actionfor which the item will trigger.static NavigationItem.ActionNavigationItem.Action. valueOf(String name)Returns the enum constant of this type with the specified name.static NavigationItem.Action[]NavigationItem.Action. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.mrivanplays.pagedinventory.api with parameters of type NavigationItem.Action Modifier and Type Method Description static NavigationItemNavigationItem. create(@NotNull org.bukkit.inventory.ItemStack item, @NotNull NavigationItem.Action action)Creates a newNavigationItem
 
-