Uses of Class
org.bukkit.event.inventory.DragType
-
Packages that use DragType Package Description org.bukkit.event.inventory -
-
Uses of DragType in org.bukkit.event.inventory
Methods in org.bukkit.event.inventory that return DragType Modifier and Type Method Description @NotNull DragTypeInventoryDragEvent. getType()Gets the DragType that describes the behavior of ItemStacks placed after this InventoryDragEvent.static DragTypeDragType. valueOf(String name)Returns the enum constant of this type with the specified name.static DragType[]DragType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-