Class CommonFabric1_20_6

java.lang.Object
mods.thecomputerizer.theimpossiblelibrary.api.common.CommonAPI
mods.thecomputerizer.theimpossiblelibrary.shared.v20.common.Common1_20
mods.thecomputerizer.theimpossiblelibrary.fabric.v20.common.CommonFabric1_20
mods.thecomputerizer.theimpossiblelibrary.fabric.v20.m6.common.CommonFabric1_20_6

public class CommonFabric1_20_6 extends mods.thecomputerizer.theimpossiblelibrary.fabric.v20.common.CommonFabric1_20
  • 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.network.NetworkAPI<?,?>>
     
    Supplier<mods.thecomputerizer.theimpossiblelibrary.api.registry.RegistryHandlerAPI>
     
    Supplier<mods.thecomputerizer.theimpossiblelibrary.api.tag.TagAPI>
     
    Supplier<mods.thecomputerizer.theimpossiblelibrary.api.text.TextHelperAPI<?>>
     
    Supplier<mods.thecomputerizer.theimpossiblelibrary.api.wrappers.WrapperAPI>
     

    Methods inherited from class mods.thecomputerizer.theimpossiblelibrary.fabric.v20.common.CommonFabric1_20

    initServer, initServerEvents, initSharedHandlesCommon

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

    initBlockHelper, initCommandHelper, initResource, initSpawnHelper, initToolHelper

    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

    • CommonFabric1_20_6

      public CommonFabric1_20_6()
  • 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
    • initNetwork

      public Supplier<mods.thecomputerizer.theimpossiblelibrary.api.network.NetworkAPI<?,?>> initNetwork()
      Specified by:
      initNetwork in class mods.thecomputerizer.theimpossiblelibrary.api.common.CommonAPI
    • initRegistryHandler

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

      public Supplier<mods.thecomputerizer.theimpossiblelibrary.api.tag.TagAPI> initTag()
      Overrides:
      initTag in class mods.thecomputerizer.theimpossiblelibrary.shared.v20.common.Common1_20
    • initTextHelper

      public Supplier<mods.thecomputerizer.theimpossiblelibrary.api.text.TextHelperAPI<?>> initTextHelper()
      Overrides:
      initTextHelper in class mods.thecomputerizer.theimpossiblelibrary.shared.v20.common.Common1_20
    • initWrapper

      public Supplier<mods.thecomputerizer.theimpossiblelibrary.api.wrappers.WrapperAPI> initWrapper()
      Overrides:
      initWrapper in class mods.thecomputerizer.theimpossiblelibrary.shared.v20.common.Common1_20