Class ForgeHooksClient

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

public class ForgeHooksClient extends Object
  • Field Details

    • LOGGER

      private static final org.apache.logging.log4j.Logger LOGGER
    • 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.
    • renderLayer

      static final ThreadLocal<RenderType> renderLayer
    • forgeStatusLine

      public static String forgeStatusLine
    • worldRenderPass

      static int worldRenderPass
    • flipX

      private static final Matrix4f flipX
    • flipXNormal

      private static final Matrix3f flipXNormal
    • slotMainHand

      private static int slotMainHand
  • Constructor Details

    • ForgeHooksClient

      public ForgeHooksClient()
  • Method Details