Interface GuiContainer

All Known Implementing Classes:
GuiContainer.Chest, GuiContainer.Typed

public interface GuiContainer
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static class 
     
    static class 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    @NotNull org.bukkit.inventory.Inventory
    createInventory(@NotNull org.bukkit.inventory.InventoryHolder inventoryHolder)
     
    @NotNull GuiType
     
    int
     
    int
     
    @NotNull net.kyori.adventure.text.Component
     
    void
    title(@NotNull net.kyori.adventure.text.Component title)
     
  • Method Details

    • title

      @NotNull @NotNull net.kyori.adventure.text.Component title()
    • title

      void title(@NotNull @NotNull net.kyori.adventure.text.Component title)
    • createInventory

      @NotNull @NotNull org.bukkit.inventory.Inventory createInventory(@NotNull @NotNull org.bukkit.inventory.InventoryHolder inventoryHolder)
    • guiType

      @NotNull @NotNull GuiType guiType()
    • inventorySize

      int inventorySize()
    • rows

      int rows()