Class ClientForge1_20

java.lang.Object
mods.thecomputerizer.theimpossiblelibrary.api.common.CommonAPI
mods.thecomputerizer.theimpossiblelibrary.api.client.ClientAPI
mods.thecomputerizer.theimpossiblelibrary.shared.v20.client.Client1_20
mods.thecomputerizer.theimpossiblelibrary.forge.v20.client.ClientForge1_20

public abstract class ClientForge1_20 extends mods.thecomputerizer.theimpossiblelibrary.shared.v20.client.Client1_20
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected Supplier<mods.thecomputerizer.theimpossiblelibrary.api.client.event.ClientEventsAPI>
     
    Supplier<mods.thecomputerizer.theimpossiblelibrary.api.registry.RegistryHandlerAPI>
     
    Supplier<mods.thecomputerizer.theimpossiblelibrary.api.server.MinecraftServerAPI<?>>
     
    Supplier<mods.thecomputerizer.theimpossiblelibrary.api.server.event.ServerEventsAPI>
     
    protected Supplier<mods.thecomputerizer.theimpossiblelibrary.api.client.SharedHandlesClient>
     
    Supplier<mods.thecomputerizer.theimpossiblelibrary.api.common.SharedHandlesCommon>
     

    Methods inherited from class mods.thecomputerizer.theimpossiblelibrary.shared.v20.client.Client1_20

    initBlockHelper, initCommandHelper, initKeyHelper, initResource, initScreenHelper, initSoundHelper, initSpawnHelper, initTag, initTextHelper, initToolHelper, initWrapper, minecraftGetter

    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, initCommonEvents, initModHelper, initNetwork, qualifyMsg, safelySupply

    Methods inherited from class java.lang.Object

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

    • ClientForge1_20

      public ClientForge1_20()
  • Method Details

    • initClientEvents

      protected Supplier<mods.thecomputerizer.theimpossiblelibrary.api.client.event.ClientEventsAPI> initClientEvents()
      Specified by:
      initClientEvents in class mods.thecomputerizer.theimpossiblelibrary.api.client.ClientAPI
    • initRegistryHandler

      public Supplier<mods.thecomputerizer.theimpossiblelibrary.api.registry.RegistryHandlerAPI> initRegistryHandler()
      Specified by:
      initRegistryHandler in class mods.thecomputerizer.theimpossiblelibrary.api.common.CommonAPI
    • initServer

      public Supplier<mods.thecomputerizer.theimpossiblelibrary.api.server.MinecraftServerAPI<?>> initServer()
      Specified by:
      initServer in class mods.thecomputerizer.theimpossiblelibrary.api.common.CommonAPI
    • initServerEvents

      public Supplier<mods.thecomputerizer.theimpossiblelibrary.api.server.event.ServerEventsAPI> initServerEvents()
      Specified by:
      initServerEvents in class mods.thecomputerizer.theimpossiblelibrary.api.common.CommonAPI
    • initSharedHandlesClient

      protected Supplier<mods.thecomputerizer.theimpossiblelibrary.api.client.SharedHandlesClient> initSharedHandlesClient()
      Specified by:
      initSharedHandlesClient in class mods.thecomputerizer.theimpossiblelibrary.api.client.ClientAPI
    • initSharedHandlesCommon

      public Supplier<mods.thecomputerizer.theimpossiblelibrary.api.common.SharedHandlesCommon> initSharedHandlesCommon()
      Specified by:
      initSharedHandlesCommon in class mods.thecomputerizer.theimpossiblelibrary.api.common.CommonAPI