Uses of Enum Class
de.murmelmeister.murmelapi.menu.model.MenuClickLocation
Packages that use MenuClickLocation
-
Uses of MenuClickLocation in de.murmelmeister.murmelapi.menu
Methods in de.murmelmeister.murmelapi.menu with parameters of type MenuClickLocationModifier and TypeMethodDescriptionprotected booleanMenuContainer.canEditItem(MenuClickLocation location, int slot, org.bukkit.inventory.ItemStack clicked, org.bukkit.inventory.ItemStack cursor, org.bukkit.event.inventory.InventoryAction action) protected booleanMenu.isActionAllowed(MenuClickLocation location, int slot, org.bukkit.inventory.ItemStack clicked, org.bukkit.inventory.ItemStack cursor) protected booleanMenu.isActionAllowed(MenuClickLocation location, int slot, org.bukkit.inventory.ItemStack clicked, org.bukkit.inventory.ItemStack cursor, org.bukkit.event.inventory.InventoryAction action) protected booleanMenuContainer.isActionAllowed(MenuClickLocation location, int slot, org.bukkit.inventory.ItemStack clicked, org.bukkit.inventory.ItemStack cursor, org.bukkit.event.inventory.InventoryAction action) -
Uses of MenuClickLocation in de.murmelmeister.murmelapi.menu.model
Methods in de.murmelmeister.murmelapi.menu.model that return MenuClickLocationModifier and TypeMethodDescriptionstatic MenuClickLocationReturns the enum constant of this class with the specified name.static MenuClickLocation[]MenuClickLocation.values()Returns an array containing the constants of this enum class, in the order they are declared.