Class Common1_18_2
java.lang.Object
mods.thecomputerizer.theimpossiblelibrary.api.common.CommonAPI
mods.thecomputerizer.theimpossiblelibrary.shared.v18.m2.common.Common1_18_2
public abstract class Common1_18_2
extends mods.thecomputerizer.theimpossiblelibrary.api.common.CommonAPI
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSupplier<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>initTag()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
-
Constructor Details
-
Common1_18_2
public Common1_18_2()
-
-
Method Details
-
initBlockHelper
public Supplier<mods.thecomputerizer.theimpossiblelibrary.api.common.block.BlockHelperAPI> initBlockHelper()- Specified by:
initBlockHelperin classmods.thecomputerizer.theimpossiblelibrary.api.common.CommonAPI
-
initCommandHelper
public Supplier<mods.thecomputerizer.theimpossiblelibrary.api.server.CommandHelperAPI> initCommandHelper()- Specified by:
initCommandHelperin classmods.thecomputerizer.theimpossiblelibrary.api.common.CommonAPI
-
initResource
- Specified by:
initResourcein classmods.thecomputerizer.theimpossiblelibrary.api.common.CommonAPI
-
initSpawnHelper
public Supplier<mods.thecomputerizer.theimpossiblelibrary.api.spawn.SpawnHelperAPI<?>> initSpawnHelper()- Specified by:
initSpawnHelperin classmods.thecomputerizer.theimpossiblelibrary.api.common.CommonAPI
-
initTag
- Specified by:
initTagin classmods.thecomputerizer.theimpossiblelibrary.api.common.CommonAPI
-
initTextHelper
public Supplier<mods.thecomputerizer.theimpossiblelibrary.api.text.TextHelperAPI<?>> initTextHelper()- Specified by:
initTextHelperin classmods.thecomputerizer.theimpossiblelibrary.api.common.CommonAPI
-
initToolHelper
public Supplier<mods.thecomputerizer.theimpossiblelibrary.api.common.item.ToolHelperAPI> initToolHelper()- Specified by:
initToolHelperin classmods.thecomputerizer.theimpossiblelibrary.api.common.CommonAPI
-
initWrapper
- Specified by:
initWrapperin classmods.thecomputerizer.theimpossiblelibrary.api.common.CommonAPI
-