PartyInventoryMenu

public final class PartyInventoryMenu implements Listener

Inventory-only party controls for Bedrock and players who select the compatible /em menu style.

Constructors

Link copied to clipboard
public void PartyInventoryMenu()

Functions

Link copied to clipboard
public void onClick(InventoryClickEvent event)
Link copied to clipboard
public void onClose(InventoryCloseEvent event)
Link copied to clipboard
public void onDrag(InventoryDragEvent event)
Link copied to clipboard
public static void open(Player player)
Link copied to clipboard
public static void openInteractionHint(Player player, Player target)
Link copied to clipboard
public static void openInvitePrompt(Player player, Player inviter)
Link copied to clipboard
public static void openReadyCheck(Player player, UUID token, String dungeonDescription, boolean initiator, boolean ready)
Link copied to clipboard
public static void shutdown()
Link copied to clipboard
public static boolean usesInventoryFallback(Player player)