Interface MenuHandler

All Known Implementing Classes:
BukkitMenuHandler, FoliaMenuHandler, PaperMenuHandler, Sponge8MenuHandler

public interface MenuHandler
MenuHandler
Since:
1.5.0.0
Author:
creatorfromhell
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Used to register the listeners automatically without having to manually register each TNML Listener.
    net.tnemc.item.AbstractItemStack<?>
    This method is used to get an empty item stack object for the platform to help build a new item stack for an icon.
  • Method Details

    • registerListeners

      void registerListeners()
      Used to register the listeners automatically without having to manually register each TNML Listener.
    • stackBuilder

      net.tnemc.item.AbstractItemStack<?> stackBuilder()
      This method is used to get an empty item stack object for the platform to help build a new item stack for an icon.
      Returns:
      an instance of AbstractItemStack representing an in-progress item builder for the platform.