Class CommonFabric1_19

java.lang.Object
mods.thecomputerizer.theimpossiblelibrary.api.common.CommonAPI
mods.thecomputerizer.theimpossiblelibrary.shared.v19.common.Common1_19
mods.thecomputerizer.theimpossiblelibrary.fabric.v19.common.CommonFabric1_19

public abstract class CommonFabric1_19 extends mods.thecomputerizer.theimpossiblelibrary.shared.v19.common.Common1_19
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Supplier<mods.thecomputerizer.theimpossiblelibrary.api.network.NetworkAPI<?,?>>
     
    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.v19.common.Common1_19

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

    Methods inherited from class java.lang.Object

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

    • CommonFabric1_19

      public CommonFabric1_19()
  • Method Details

    • initNetwork

      public Supplier<mods.thecomputerizer.theimpossiblelibrary.api.network.NetworkAPI<?,?>> initNetwork()
      Specified by:
      initNetwork 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