Class AnvilInventory

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

public class AnvilInventory extends AbstractInventory implements TitledInventory
  • Field Details

    • DEFAULT_TITLE

      public static final net.kyori.adventure.text.Component DEFAULT_TITLE
  • Constructor Details

    • AnvilInventory

      public AnvilInventory(net.kyori.adventure.text.Component title, InventoryHolder inventoryHolder)
  • Method Details

    • setTitle

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

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