Class BlocksCategorySelectionMenu

All Implemented Interfaces:
org.bukkit.inventory.InventoryHolder, BlockMenu, InventoryMenu

public final class BlocksCategorySelectionMenu extends MenusCategorySelectionMenu implements BlockMenu

BlocksCategorySelectionMenu

This class represents a menu for selecting menus category and opening a coding block type selection menu.
  • Constructor Details

    • BlocksCategorySelectionMenu

      public BlocksCategorySelectionMenu(@NotNull @NotNull org.bukkit.entity.Player player, @NotNull @NotNull org.bukkit.Location location, @NotNull @NotNull ExecutorCategory category)
    • BlocksCategorySelectionMenu

      public BlocksCategorySelectionMenu(@NotNull @NotNull org.bukkit.entity.Player player, @NotNull @NotNull org.bukkit.Location location, @NotNull @NotNull ActionCategory category)
    • BlocksCategorySelectionMenu

      public BlocksCategorySelectionMenu(@NotNull @NotNull org.bukkit.entity.Player player, @NotNull @NotNull org.bukkit.Location location, @NotNull @NotNull ActionCategory category, @NotNull @NotNull String firstLine)
  • Method Details