Class ClientNeoForge1_20_4
java.lang.Object
mods.thecomputerizer.theimpossiblelibrary.api.common.CommonAPI
mods.thecomputerizer.theimpossiblelibrary.api.client.ClientAPI
mods.thecomputerizer.theimpossiblelibrary.shared.v20.client.Client1_20
mods.thecomputerizer.theimpossiblelibrary.neoforge.v20.client.ClientNeoForge1_20
mods.thecomputerizer.theimpossiblelibrary.neoforge.v20.m4.client.ClientNeoForge1_20_4
public class ClientNeoForge1_20_4
extends mods.thecomputerizer.theimpossiblelibrary.neoforge.v20.client.ClientNeoForge1_20
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Supplier<mods.thecomputerizer.theimpossiblelibrary.api.client.event.ClientEventsAPI> Supplier<mods.thecomputerizer.theimpossiblelibrary.api.common.event.CommonEventsAPI> Supplier<mods.thecomputerizer.theimpossiblelibrary.api.integration.ModHelperAPI> Supplier<mods.thecomputerizer.theimpossiblelibrary.api.network.NetworkAPI<?, ?>> protected Supplier<mods.thecomputerizer.theimpossiblelibrary.api.client.gui.ScreenHelperAPI> Supplier<mods.thecomputerizer.theimpossiblelibrary.api.server.event.ServerEventsAPI> Supplier<mods.thecomputerizer.theimpossiblelibrary.api.tag.TagAPI> initTag()Supplier<mods.thecomputerizer.theimpossiblelibrary.api.text.TextHelperAPI<?>> Supplier<mods.thecomputerizer.theimpossiblelibrary.api.wrappers.WrapperAPI> Methods inherited from class mods.thecomputerizer.theimpossiblelibrary.neoforge.v20.client.ClientNeoForge1_20
initRegistryHandler, initServer, initSharedHandlesClient, initSharedHandlesCommonMethods inherited from class mods.thecomputerizer.theimpossiblelibrary.shared.v20.client.Client1_20
initBlockHelper, initCommandHelper, initKeyHelper, initResource, initSoundHelper, initSpawnHelper, initToolHelper, minecraftGetterMethods inherited from class mods.thecomputerizer.theimpossiblelibrary.api.client.ClientAPI
getClientEvents, getKeyHelper, getMinecraft, getScreenHelper, getSharedHandlesClient, getSoundHelperMethods 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
-
ClientNeoForge1_20_4
public ClientNeoForge1_20_4()
-
-
Method Details
-
initClientEvents
protected Supplier<mods.thecomputerizer.theimpossiblelibrary.api.client.event.ClientEventsAPI> initClientEvents()- Specified by:
initClientEventsin classmods.thecomputerizer.theimpossiblelibrary.api.client.ClientAPI
-
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
-
initScreenHelper
protected Supplier<mods.thecomputerizer.theimpossiblelibrary.api.client.gui.ScreenHelperAPI> initScreenHelper()- Overrides:
initScreenHelperin classmods.thecomputerizer.theimpossiblelibrary.shared.v20.client.Client1_20
-
initServerEvents
public Supplier<mods.thecomputerizer.theimpossiblelibrary.api.server.event.ServerEventsAPI> initServerEvents()- Specified by:
initServerEventsin classmods.thecomputerizer.theimpossiblelibrary.api.common.CommonAPI
-
initTag
- Overrides:
initTagin classmods.thecomputerizer.theimpossiblelibrary.shared.v20.client.Client1_20
-
initTextHelper
public Supplier<mods.thecomputerizer.theimpossiblelibrary.api.text.TextHelperAPI<?>> initTextHelper()- Overrides:
initTextHelperin classmods.thecomputerizer.theimpossiblelibrary.shared.v20.client.Client1_20
-
initWrapper
- Overrides:
initWrapperin classmods.thecomputerizer.theimpossiblelibrary.shared.v20.client.Client1_20
-