GetLootMenu

public class GetLootMenu extends EliteMenu implements Listener

Created by MagmaGuy on 04/05/2017.

Constructors

Link copied to clipboard
public void GetLootMenu(Player player)
public void GetLootMenu(Player player, GetLootMenu getLootMenu)

Types

Link copied to clipboard
public class GetLootMenuListener implements Listener

Properties

Link copied to clipboard
public int currentHeaderPage
Link copied to clipboard
public int currentLootPage
Link copied to clipboard
public boolean filter
Link copied to clipboard
public int filterRank
Link copied to clipboard
public static HashMap<UUID, GetLootMenu> inventories
Link copied to clipboard
public Inventory inventory

Functions

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)