Class StatsViewGoals

java.lang.Object
com.thecsdev.betterstats.api.mcbs.view.statsview.StatsView
com.thecsdev.betterstats.mcbs.view.statsview.StatsViewGoals
All Implemented Interfaces:
com.thecsdev.commonmc.api.client.gui.widget.TDropdownWidget.Entry

@Environment(CLIENT) @Internal public final class StatsViewGoals extends StatsView
StatsView that displays McbsGoals.
  • Field Details

    • INSTANCE

      public static final StatsViewGoals INSTANCE
      The main instance of this Class.
    • FID_MANAGE_GOALS

      public static final net.minecraft.resources.Identifier FID_MANAGE_GOALS
      StatsView.Filters key for whether the goal management buttons should currently be visible.

      Filter value type: boolean

    • FID_HIDE_COMPLETED

      public static final net.minecraft.resources.Identifier FID_HIDE_COMPLETED
      StatsView.Filters key for whether the completed goals should be hidden.

      Filter value type: boolean

  • Method Details