Class CommonForge1_19
java.lang.Object
mods.thecomputerizer.theimpossiblelibrary.api.common.CommonAPI
mods.thecomputerizer.theimpossiblelibrary.shared.v19.common.Common1_19
mods.thecomputerizer.theimpossiblelibrary.forge.v19.common.CommonForge1_19
public abstract class CommonForge1_19
extends mods.thecomputerizer.theimpossiblelibrary.shared.v19.common.Common1_19
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSupplier<mods.thecomputerizer.theimpossiblelibrary.api.network.NetworkAPI<?, ?>> Supplier<mods.thecomputerizer.theimpossiblelibrary.api.registry.RegistryHandlerAPI> 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, initWrapperMethods 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, qualifyMsg, safelySupply
-
Constructor Details
-
CommonForge1_19
public CommonForge1_19()
-
-
Method Details
-
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
-
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
-