Class CommonNeoForge1_20

java.lang.Object
mods.thecomputerizer.theimpossiblelibrary.api.common.CommonAPI
mods.thecomputerizer.theimpossiblelibrary.shared.v20.common.Common1_20
mods.thecomputerizer.theimpossiblelibrary.neoforge.v20.common.CommonNeoForge1_20

public abstract class CommonNeoForge1_20 extends mods.thecomputerizer.theimpossiblelibrary.shared.v20.common.Common1_20
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Supplier<mods.thecomputerizer.theimpossiblelibrary.api.registry.RegistryHandlerAPI>
     
    Supplier<mods.thecomputerizer.theimpossiblelibrary.api.server.MinecraftServerAPI<?>>
     
    Supplier<mods.thecomputerizer.theimpossiblelibrary.api.common.SharedHandlesCommon>
     

    Methods inherited from class mods.thecomputerizer.theimpossiblelibrary.shared.v20.common.Common1_20

    initBlockHelper, initCommandHelper, initResource, initSpawnHelper, initTag, initTextHelper, initToolHelper, initWrapper

    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, initServerEvents, qualifyMsg, safelySupply

    Methods inherited from class java.lang.Object

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

    • CommonNeoForge1_20

      public CommonNeoForge1_20()
  • Method Details

    • 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
    • initSharedHandlesCommon

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