Class CustomInventory

java.lang.Object
com.loohp.limbo.inventory.AbstractInventory
com.loohp.limbo.inventory.CustomInventory
All Implemented Interfaces:
Inventory, TitledInventory, Iterable<ItemStack>

public class CustomInventory extends AbstractInventory implements TitledInventory
  • Method Details

    • create

      @Deprecated public static CustomInventory create(net.kyori.adventure.text.Component title, int size, InventoryHolder inventoryHolder)
      Deprecated.
    • getTitle

      public net.kyori.adventure.text.Component getTitle()
      Specified by:
      getTitle in interface TitledInventory
    • setTitle

      public void setTitle(net.kyori.adventure.text.Component title)