Uses of Enum Class
org.bukkit.event.inventory.DragType
Packages that use DragType
-
Uses of DragType in org.bukkit.event.inventory
Subclasses with type arguments of type DragType in org.bukkit.event.inventoryModifier and TypeClassDescriptionenumRepresents the effect of a drag that will be applied to an Inventory in an InventoryDragEvent.Methods in org.bukkit.event.inventory that return DragTypeModifier and TypeMethodDescriptionInventoryDragEvent.getType()Gets the DragType that describes the behavior of ItemStacks placed after this InventoryDragEvent.static DragTypeReturns the enum constant of this class with the specified name.static DragType[]DragType.values()Returns an array containing the constants of this enum class, in the order they are declared.