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.api
Methods in com.mrivanplays.pagedinventory.api that return NavigationItem.Action Modifier and Type Method Description @NotNull NavigationItem.Action
NavigationItem. getAction()
Returns theNavigationItem.Action
for which the item will trigger.static NavigationItem.Action
NavigationItem.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 NavigationItem
NavigationItem. create(@NotNull org.bukkit.inventory.ItemStack item, @NotNull NavigationItem.Action action)
Creates a newNavigationItem
-