Class TClientRegistries

java.lang.Object
com.thecsdev.commonmc.api.client.registry.TClientRegistries

@Environment(CLIENT) public final class TClientRegistries extends Object
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

    Fields
    Modifier and Type
    Field
    Description
    static 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

    Modifier and Type
    Method
    Description
    static final void
     

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • HUD_SCREEN

      public static final net.minecraft.core.Registry<net.minecraft.client.gui.screens.Screen> HUD_SCREEN
      Screens that are to be rendered on the game's HUD (heads-up display).
  • Method Details

    • bootstrap

      public static final void bootstrap()