Class TClientRegistries
java.lang.Object
com.thecsdev.commonmc.api.client.registry.TClientRegistries
TCDCommons'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<net.minecraft.client.gui.screens.Screen> Screens that are to be rendered on the game's HUD (heads-up display). -
Method Summary
-
Field Details
-
HUD_SCREEN
public static final net.minecraft.core.Registry<net.minecraft.client.gui.screens.Screen> HUD_SCREENScreens that are to be rendered on the game's HUD (heads-up display).
-
-
Method Details
-
bootstrap
public static final void bootstrap()
-