Class BClientRegistries
java.lang.Object
com.thecsdev.betterstats.api.client.registry.BClientRegistries
BetterStats's client-sided registries for adding features to the mod.
Important note:
These Registrys are NOT registered in the game's ROOT
BuiltInRegistries.REGISTRY! Avoid any and all operations that involve
the game's ROOT registry!
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final net.minecraft.core.Registry<McbsGoalGUI<?>> static final net.minecraft.core.Registry<MenubarItem> static final net.minecraft.core.Registry<StatsView> -
Method Summary
-
Field Details
-
MENUBAR_ITEM
-
STATS_VIEW
-
GOAL_GUI
RegistryforMcbsGoalGUIs.
Registered entries are factories that construct GUIs forMcbsGoals.The
McbsGoalGUIIdentifiers MUST match theIdentifiers of correspondingMcbsGoalTypes.- See Also:
-
-
Method Details
-
bootstrap
public static final void bootstrap()
-