Interface BetterStatsGUIEvent.MenuBarInitialized

Enclosing interface:
BetterStatsGUIEvent

public static interface BetterStatsGUIEvent.MenuBarInitialized
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    invoke(io.github.thecsdev.tcdcommons.api.client.gui.panel.menu.TMenuBarPanel menuBar)
    A TEvent that is invoked after the MenuBarPanel component initializes its menu items in the TMenuBarPanel.
  • Method Details

    • invoke

      void invoke(io.github.thecsdev.tcdcommons.api.client.gui.panel.menu.TMenuBarPanel menuBar)
      A TEvent that is invoked after the MenuBarPanel component initializes its menu items in the TMenuBarPanel.

      Use this to add your own menu items to the TMenuBarPanel.