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

public abstract class Common1_21 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.resource.ResourceAPI>
     
    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, initCommonEvents, initModHelper, initNetwork, initRegistryHandler, initServer, initServerEvents, initSharedHandlesCommon, qualifyMsg, safelySupply

    Methods inherited from class java.lang.Object

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

    • Common1_21

      public Common1_21()
  • 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
    • initResource

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