Class Common1_12_2

java.lang.Object
mods.thecomputerizer.theimpossiblelibrary.api.common.CommonAPI
mods.thecomputerizer.theimpossiblelibrary.legacy.v12.m2.common.Common1_12_2

public class Common1_12_2 extends mods.thecomputerizer.theimpossiblelibrary.api.common.CommonAPI
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Supplier<mods.thecomputerizer.theimpossiblelibrary.api.common.block.BlockHelperAPI>
     
    Supplier<mods.thecomputerizer.theimpossiblelibrary.api.server.CommandHelperAPI>
     
    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.resource.ResourceAPI>
     
    Supplier<mods.thecomputerizer.theimpossiblelibrary.api.server.MinecraftServerAPI<?>>
     
    Supplier<mods.thecomputerizer.theimpossiblelibrary.api.server.event.ServerEventsAPI>
     
    Supplier<mods.thecomputerizer.theimpossiblelibrary.api.common.SharedHandlesCommon>
     
    Supplier<mods.thecomputerizer.theimpossiblelibrary.api.spawn.SpawnHelperAPI<?>>
     
    Supplier<mods.thecomputerizer.theimpossiblelibrary.api.tag.TagAPI>
     
    Supplier<mods.thecomputerizer.theimpossiblelibrary.api.text.TextHelperAPI<?>>
     
    Supplier<mods.thecomputerizer.theimpossiblelibrary.api.common.item.ToolHelperAPI>
     
    Supplier<mods.thecomputerizer.theimpossiblelibrary.api.wrappers.WrapperAPI>
     

    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

    • Common1_12_2

      public Common1_12_2()
  • Method Details

    • initBlockHelper

      public Supplier<mods.thecomputerizer.theimpossiblelibrary.api.common.block.BlockHelperAPI> initBlockHelper()
      Specified by:
      initBlockHelper in class mods.thecomputerizer.theimpossiblelibrary.api.common.CommonAPI
    • initCommandHelper

      public Supplier<mods.thecomputerizer.theimpossiblelibrary.api.server.CommandHelperAPI> initCommandHelper()
      Specified by:
      initCommandHelper in class mods.thecomputerizer.theimpossiblelibrary.api.common.CommonAPI
    • 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
    • initResource

      public Supplier<mods.thecomputerizer.theimpossiblelibrary.api.resource.ResourceAPI> initResource()
      Specified by:
      initResource 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
    • initSpawnHelper

      public Supplier<mods.thecomputerizer.theimpossiblelibrary.api.spawn.SpawnHelperAPI<?>> initSpawnHelper()
      Specified by:
      initSpawnHelper in class mods.thecomputerizer.theimpossiblelibrary.api.common.CommonAPI
    • initTag

      public Supplier<mods.thecomputerizer.theimpossiblelibrary.api.tag.TagAPI> initTag()
      Specified by:
      initTag in class mods.thecomputerizer.theimpossiblelibrary.api.common.CommonAPI
    • initTextHelper

      public Supplier<mods.thecomputerizer.theimpossiblelibrary.api.text.TextHelperAPI<?>> initTextHelper()
      Specified by:
      initTextHelper in class mods.thecomputerizer.theimpossiblelibrary.api.common.CommonAPI
    • initToolHelper

      public Supplier<mods.thecomputerizer.theimpossiblelibrary.api.common.item.ToolHelperAPI> initToolHelper()
      Specified by:
      initToolHelper in class mods.thecomputerizer.theimpossiblelibrary.api.common.CommonAPI
    • initWrapper

      public Supplier<mods.thecomputerizer.theimpossiblelibrary.api.wrappers.WrapperAPI> initWrapper()
      Specified by:
      initWrapper in class mods.thecomputerizer.theimpossiblelibrary.api.common.CommonAPI