ScrapperMenu

public class ScrapperMenu extends EliteMenu

Constructors

Link copied to clipboard
public void ScrapperMenu()

Types

Link copied to clipboard
public class ScrapperMenuEvents implements Listener

Properties

Link copied to clipboard
public static Set<Inventory> inventories

Functions

Link copied to clipboard
public void constructScrapMenu(Player player)
Creates a menu for scrapping elitemobs items.
Link copied to clipboard
public static void shutdown()

Inherited functions

Link copied to clipboard
public static void cancel(HumanEntity player, Inventory eliteInventory, Inventory playerInventory, List<Integer> inputSlots)
Link copied to clipboard
public static void createEliteMenu(Inventory inventory, Set<Inventory> inventories)
Link copied to clipboard
public static boolean isBottomMenu(InventoryClickEvent event)
Link copied to clipboard
public static boolean isEliteMenu(InventoryClickEvent event, Set<Inventory> inventories)
Link copied to clipboard
public static boolean isTopMenu(InventoryClickEvent event)
Link copied to clipboard
public static void moveItemDown(Inventory inventoryToClear, int slotToClear, HumanEntity player)
public static boolean moveItemDown(Inventory inventoryToClear, int slotToClear, HumanEntity player, boolean canDrop)
Link copied to clipboard
public static void moveOneItemUp(int targetSlot, InventoryClickEvent event)