DynamicDungeonBrowser

public class DynamicDungeonBrowser extends EliteMenu

Constructors

Link copied to clipboard
public void DynamicDungeonBrowser(Player player, String dynamicDungeonName)
public void DynamicDungeonBrowser(Player player, String dynamicDungeonName, DungeonCommands.TeleportMenuSource teleportMenuSource)

Types

Link copied to clipboard
public class DynamicDungeonBrowserEvents implements Listener

Properties

Link copied to clipboard
public final EMPackage emPackage

Functions

Link copied to clipboard
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)