SellMenu

public class SellMenu extends EliteMenu implements Listener

Constructors

Link copied to clipboard
public void SellMenu()

Properties

Link copied to clipboard
public static Set<Inventory> inventories

Functions

Link copied to clipboard
public void constructSellMenu(Player player)
Creates a menu for selling elitemobs items.
Link copied to clipboard
public void onInventoryClick(InventoryClickEvent event)
Link copied to clipboard
public void onInventoryClose(InventoryCloseEvent event)
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)