Uses of Enum Class
studio.magemonkey.divinity.types.QClickType
Packages that use QClickType
Package
Description
-
Uses of QClickType in studio.magemonkey.divinity.api.event
Methods in studio.magemonkey.divinity.api.event that return QClickTypeConstructors in studio.magemonkey.divinity.api.event with parameters of type QClickTypeModifierConstructorDescriptionDivinityPlayerItemUseEvent(org.bukkit.inventory.ItemStack item, org.bukkit.entity.Player p, LimitedItem ci, QClickType click) -
Uses of QClickType in studio.magemonkey.divinity.modules
Fields in studio.magemonkey.divinity.modules with type parameters of type QClickTypeModifier and TypeFieldDescriptionprotected Map<QClickType, UsableItem.Usage> UsableItem.usageMapDeprecated.Methods in studio.magemonkey.divinity.modules that return QClickTypeMethods in studio.magemonkey.divinity.modules that return types with arguments of type QClickTypeMethods in studio.magemonkey.divinity.modules with parameters of type QClickTypeConstructors in studio.magemonkey.divinity.modules with parameters of type QClickType -
Uses of QClickType in studio.magemonkey.divinity.modules.api
Methods in studio.magemonkey.divinity.modules.api with parameters of type QClickTypeModifier and TypeMethodDescriptionbooleanQModuleUsage.isOnCooldown(org.bukkit.entity.Player p, org.bukkit.inventory.ItemStack item, QClickType type) Deprecated. -
Uses of QClickType in studio.magemonkey.divinity.types
Methods in studio.magemonkey.divinity.types that return QClickTypeModifier and TypeMethodDescriptionstatic QClickTypeQClickType.getFromAction(org.bukkit.event.block.Action action, boolean shift) static QClickTypeReturns the enum constant of this class with the specified name.static QClickType[]QClickType.values()Returns an array containing the constants of this enum class, in the order they are declared.