Class ForgeHandlesClient

java.lang.Object
mods.thecomputerizer.theimpossiblelibrary.api.client.SharedHandlesClient
mods.thecomputerizer.theimpossiblelibrary.forge.client.ForgeHandlesClient

public abstract class ForgeHandlesClient extends mods.thecomputerizer.theimpossiblelibrary.api.client.SharedHandlesClient
Handled by Forge in all versions except 1.16.5?
  • Field Summary

    Fields inherited from class mods.thecomputerizer.theimpossiblelibrary.api.client.SharedHandlesClient

    loading
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    renderDebugText(Object o, List<String> l, boolean b)
    Handled by Forge in all versions
    void
    renderToolTip(mods.thecomputerizer.theimpossiblelibrary.api.client.render.RenderAPI r, List<?> l, int x, int y, int w, int h, int maxW)
    Handled by Forge in all versions except 1.16.5?

    Methods inherited from class mods.thecomputerizer.theimpossiblelibrary.api.client.SharedHandlesClient

    endRenderTypeBatch, endRenderTypeBatch, isLoading, onFinishedLoading, registerKeyBinding, registerKeyBindingsEvent, renderDebugText

    Methods inherited from class java.lang.Object

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

    • ForgeHandlesClient

      public ForgeHandlesClient()
  • Method Details

    • renderDebugText

      public void renderDebugText(Object o, List<String> l, boolean b)
      Handled by Forge in all versions
      Specified by:
      renderDebugText in class mods.thecomputerizer.theimpossiblelibrary.api.client.SharedHandlesClient
    • renderToolTip

      public void renderToolTip(mods.thecomputerizer.theimpossiblelibrary.api.client.render.RenderAPI r, List<?> l, int x, int y, int w, int h, int maxW)
      Handled by Forge in all versions except 1.16.5?
      Specified by:
      renderToolTip in class mods.thecomputerizer.theimpossiblelibrary.api.client.SharedHandlesClient