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 -
Method Summary
Modifier and TypeMethodDescriptionSupplier<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> 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, qualifyMsg, safelySupply
-
Constructor Details
-
Common1_12_2
public Common1_12_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
-
initCommonEvents
public Supplier<mods.thecomputerizer.theimpossiblelibrary.api.common.event.CommonEventsAPI> initCommonEvents()- Specified by:
initCommonEventsin classmods.thecomputerizer.theimpossiblelibrary.api.common.CommonAPI
-
initModHelper
public Supplier<mods.thecomputerizer.theimpossiblelibrary.api.integration.ModHelperAPI> initModHelper()- Specified by:
initModHelperin classmods.thecomputerizer.theimpossiblelibrary.api.common.CommonAPI
-
initNetwork
public Supplier<mods.thecomputerizer.theimpossiblelibrary.api.network.NetworkAPI<?,?>> initNetwork()- Specified by:
initNetworkin classmods.thecomputerizer.theimpossiblelibrary.api.common.CommonAPI
-
initRegistryHandler
public Supplier<mods.thecomputerizer.theimpossiblelibrary.api.registry.RegistryHandlerAPI> initRegistryHandler()- Specified by:
initRegistryHandlerin classmods.thecomputerizer.theimpossiblelibrary.api.common.CommonAPI
-
initResource
- Specified by:
initResourcein classmods.thecomputerizer.theimpossiblelibrary.api.common.CommonAPI
-
initServer
public Supplier<mods.thecomputerizer.theimpossiblelibrary.api.server.MinecraftServerAPI<?>> initServer()- Specified by:
initServerin classmods.thecomputerizer.theimpossiblelibrary.api.common.CommonAPI
-
initServerEvents
public Supplier<mods.thecomputerizer.theimpossiblelibrary.api.server.event.ServerEventsAPI> initServerEvents()- Specified by:
initServerEventsin 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
-