Interface StatsTab.StatsInitContext

Enclosing class:
StatsTab

public static interface StatsTab.StatsInitContext
The "initialization context" for when a StatsTab's GUI is "initializing".
See Also:
  • Method Details

    • getStatsPanel

      io.github.thecsdev.tcdcommons.api.client.gui.panel.TPanelElement getStatsPanel()
      Returns the TPanelElement onto which the GUI should be initialized.

      Initialize all GUI onto this TPanelElement.

    • getStatsProvider

      IStatsProvider getStatsProvider()
      Returns the IStatsProvider that contains all the statistics.

      Use this to obtain the statistics that should be shown on this StatsTab.

    • getFilterSettings

      StatFilterSettings getFilterSettings()
      Returns the filter settings/preferences set by the user.