Class ContentWithMenusCategoryMenu<T>

All Implemented Interfaces:
org.bukkit.inventory.InventoryHolder, InventoryMenu
Direct Known Subclasses:
BlocksWithMenusCategoryMenu, EventValueSelectionMenu

public abstract class ContentWithMenusCategoryMenu<T> extends ListBrowserMenu<T>
This class represents a menu where player can select type of coding block. Every category of coding blocks has this menu.
  • Field Details

  • Constructor Details

    • ContentWithMenusCategoryMenu

      public ContentWithMenusCategoryMenu(@NotNull @NotNull org.bukkit.entity.Player player, @NotNull @NotNull String mainCategory, @NotNull @NotNull String title, @NotNull @NotNull org.bukkit.Material stainedPane, @NotNull @NotNull MenusCategory defaultCategory)
  • Method Details