Class CommonFabric1_21

java.lang.Object
mods.thecomputerizer.theimpossiblelibrary.api.common.CommonAPI
mods.thecomputerizer.theimpossiblelibrary.shared.v21.common.Common1_21
mods.thecomputerizer.theimpossiblelibrary.fabric.v21.common.CommonFabric1_21

public abstract class CommonFabric1_21 extends mods.thecomputerizer.theimpossiblelibrary.shared.v21.common.Common1_21
  • 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.network.NetworkAPI<?,?>>
     
    Supplier<mods.thecomputerizer.theimpossiblelibrary.api.registry.RegistryHandlerAPI>
     
    Supplier<mods.thecomputerizer.theimpossiblelibrary.api.server.MinecraftServerAPI<?>>
     
    Supplier<mods.thecomputerizer.theimpossiblelibrary.api.server.event.ServerEventsAPI>
     
    Supplier<mods.thecomputerizer.theimpossiblelibrary.api.common.SharedHandlesCommon>
     

    Methods inherited from class mods.thecomputerizer.theimpossiblelibrary.shared.v21.common.Common1_21

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

    Methods inherited from class java.lang.Object

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

    • CommonFabric1_21

      public CommonFabric1_21()
  • Method Details

    • initCommonEvents

      public Supplier<mods.thecomputerizer.theimpossiblelibrary.api.common.event.CommonEventsAPI> initCommonEvents()
      Specified by:
      initCommonEvents 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
    • 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
    • initSharedHandlesCommon

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