Class ForgeHooksClient

java.lang.Object
net.minecraftforge.client.ForgeHooksClient

@Internal public class ForgeHooksClient extends Object
  • Field Details

    • LOGGER

      private static final org.apache.logging.log4j.Logger LOGGER
    • CLIENTHOOKS

      private static final org.apache.logging.log4j.Marker CLIENTHOOKS
    • guiLayers

      private static final Stack<Screen> guiLayers
      Contains the *extra* GUI layers. The current top layer stays in Minecraft#currentScreen, and the rest serve as a background for it.
    • forgeStatusLine

      public static String forgeStatusLine
    • slotMainHand

      private static int slotMainHand
    • layerDefinitions

      private static final Map<ModelLayerLocation,Supplier<LayerDefinition>> layerDefinitions
    • ICON_SHEET

      private static final ResourceLocation ICON_SHEET
    • SYSTEM_CHAT_TYPE_DECORATION

      private static final ChatTypeDecoration SYSTEM_CHAT_TYPE_DECORATION
    • SYSTEM_CHAT_TYPE

      private static final ChatType SYSTEM_CHAT_TYPE
    • SYSTEM_CHAT_TYPE_BOUND

      private static final ChatType.Bound SYSTEM_CHAT_TYPE_BOUND
    • initializedClientHooks

      private static boolean initializedClientHooks
  • Constructor Details

    • ForgeHooksClient

      public ForgeHooksClient()
  • Method Details