Class ClientForge1_19_4

java.lang.Object
mods.thecomputerizer.theimpossiblelibrary.api.common.CommonAPI
mods.thecomputerizer.theimpossiblelibrary.api.client.ClientAPI
mods.thecomputerizer.theimpossiblelibrary.shared.v19.client.Client1_19
mods.thecomputerizer.theimpossiblelibrary.forge.v19.client.ClientForge1_19
mods.thecomputerizer.theimpossiblelibrary.forge.v19.m4.client.ClientForge1_19_4

public class ClientForge1_19_4 extends mods.thecomputerizer.theimpossiblelibrary.forge.v19.client.ClientForge1_19
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Supplier<mods.thecomputerizer.theimpossiblelibrary.api.common.event.CommonEventsAPI>
     
    Supplier<mods.thecomputerizer.theimpossiblelibrary.api.integration.ModHelperAPI>
     
    Supplier<mods.thecomputerizer.theimpossiblelibrary.api.registry.RegistryHandlerAPI>
     
    protected Supplier<mods.thecomputerizer.theimpossiblelibrary.api.client.gui.ScreenHelperAPI>
     
    Supplier<mods.thecomputerizer.theimpossiblelibrary.api.text.TextHelperAPI<?>>
     
    Supplier<mods.thecomputerizer.theimpossiblelibrary.api.wrappers.WrapperAPI>
     
    Supplier<mods.thecomputerizer.theimpossiblelibrary.api.client.MinecraftAPI<?>>
     

    Methods inherited from class mods.thecomputerizer.theimpossiblelibrary.forge.v19.client.ClientForge1_19

    initClientEvents, initNetwork, initServer, initServerEvents, initSharedHandlesClient, initSharedHandlesCommon

    Methods inherited from class mods.thecomputerizer.theimpossiblelibrary.shared.v19.client.Client1_19

    initBlockHelper, initCommandHelper, initKeyHelper, initResource, initSoundHelper, initSpawnHelper, initTag, initToolHelper

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

    getClientEvents, getKeyHelper, getMinecraft, getScreenHelper, getSharedHandlesClient, getSoundHelper

    Methods inherited from class mods.thecomputerizer.theimpossiblelibrary.api.common.CommonAPI

    getBlockHelper, getCommandHelper, getCommonEvents, getCore, getModHelper, getModLoader, getNetwork, getRegistryHandler, getResource, getServer, getServerEvents, getSharedHandlesCommon, getSide, getSpawnHelper, getTag, getTextHelper, getToolHelper, getVersion, getWrapper, qualifyMsg, safelySupply

    Methods inherited from class java.lang.Object

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

    • ClientForge1_19_4

      public ClientForge1_19_4()
  • Method Details

    • initCommonEvents

      public Supplier<mods.thecomputerizer.theimpossiblelibrary.api.common.event.CommonEventsAPI> initCommonEvents()
      Specified by:
      initCommonEvents in class mods.thecomputerizer.theimpossiblelibrary.api.common.CommonAPI
    • initModHelper

      public Supplier<mods.thecomputerizer.theimpossiblelibrary.api.integration.ModHelperAPI> initModHelper()
      Specified by:
      initModHelper in class mods.thecomputerizer.theimpossiblelibrary.api.common.CommonAPI
    • initRegistryHandler

      public Supplier<mods.thecomputerizer.theimpossiblelibrary.api.registry.RegistryHandlerAPI> initRegistryHandler()
      Overrides:
      initRegistryHandler in class mods.thecomputerizer.theimpossiblelibrary.forge.v19.client.ClientForge1_19
    • initScreenHelper

      protected Supplier<mods.thecomputerizer.theimpossiblelibrary.api.client.gui.ScreenHelperAPI> initScreenHelper()
      Overrides:
      initScreenHelper in class mods.thecomputerizer.theimpossiblelibrary.shared.v19.client.Client1_19
    • initTextHelper

      public Supplier<mods.thecomputerizer.theimpossiblelibrary.api.text.TextHelperAPI<?>> initTextHelper()
      Overrides:
      initTextHelper in class mods.thecomputerizer.theimpossiblelibrary.shared.v19.client.Client1_19
    • initWrapper

      public Supplier<mods.thecomputerizer.theimpossiblelibrary.api.wrappers.WrapperAPI> initWrapper()
      Overrides:
      initWrapper in class mods.thecomputerizer.theimpossiblelibrary.shared.v19.client.Client1_19
    • minecraftGetter

      public Supplier<mods.thecomputerizer.theimpossiblelibrary.api.client.MinecraftAPI<?>> minecraftGetter()
      Overrides:
      minecraftGetter in class mods.thecomputerizer.theimpossiblelibrary.shared.v19.client.Client1_19