Interface GuideHandler


  • Deprecated. 
    Soon we will simply allow to override the "opening" method of a Category instead.

    @Deprecated
    public interface GuideHandler
    Guide Handlers are used to add "fake" categories to the Guide.
    Author:
    TheBusyBiscuit
    • Method Detail

      • getRunnable

        me.mrCookieSlime.CSCoreLibPlugin.PlayerRunnable getRunnable​()
        Deprecated. 
      • getTier

        int getTier​()
        Deprecated. 
      • trackHistory

        boolean trackHistory​()
        Deprecated. 
      • next

        int next​(Player p,
                 int index,
                 me.mrCookieSlime.CSCoreLibPlugin.general.Inventory.ChestMenu menu)
        Deprecated. 
      • getRunnable

        default me.mrCookieSlime.CSCoreLibPlugin.PlayerRunnable getRunnable​(boolean book)
        Deprecated. 
      • run

        default void run​(Player p,
                         boolean survival,
                         boolean book)
        Deprecated.