public abstract class Client1_16_5
extends mods.thecomputerizer.theimpossiblelibrary.api.client.ClientAPI
| Constructor and Description |
|---|
Client1_16_5() |
| Modifier and Type | Method and Description |
|---|---|
java.util.function.Supplier<mods.thecomputerizer.theimpossiblelibrary.api.common.block.BlockHelperAPI> |
initBlockHelper() |
java.util.function.Supplier<mods.thecomputerizer.theimpossiblelibrary.api.server.CommandHelperAPI> |
initCommandHelper() |
protected java.util.function.Supplier<mods.thecomputerizer.theimpossiblelibrary.api.client.input.KeyHelperAPI> |
initKeyHelper() |
java.util.function.Supplier<mods.thecomputerizer.theimpossiblelibrary.api.resource.ResourceAPI> |
initResource() |
protected java.util.function.Supplier<mods.thecomputerizer.theimpossiblelibrary.api.client.gui.ScreenHelperAPI> |
initScreenHelper() |
protected java.util.function.Supplier<mods.thecomputerizer.theimpossiblelibrary.api.client.sound.SoundHelperAPI> |
initSoundHelper() |
java.util.function.Supplier<mods.thecomputerizer.theimpossiblelibrary.api.spawn.SpawnHelperAPI<?>> |
initSpawnHelper() |
java.util.function.Supplier<mods.thecomputerizer.theimpossiblelibrary.api.tag.TagAPI> |
initTag() |
java.util.function.Supplier<mods.thecomputerizer.theimpossiblelibrary.api.text.TextHelperAPI<?>> |
initTextHelper() |
java.util.function.Supplier<mods.thecomputerizer.theimpossiblelibrary.api.common.item.ToolHelperAPI> |
initToolHelper() |
java.util.function.Supplier<mods.thecomputerizer.theimpossiblelibrary.api.wrappers.WrapperAPI> |
initWrapper() |
java.util.function.Supplier<mods.thecomputerizer.theimpossiblelibrary.api.client.MinecraftAPI<?>> |
minecraftGetter() |
getClientEvents, getKeyHelper, getMinecraft, getScreenHelper, getSharedHandlesClient, getSoundHelper, initClientEvents, initSharedHandlesClientgetBlockHelper, 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, safelySupplypublic java.util.function.Supplier<mods.thecomputerizer.theimpossiblelibrary.api.common.block.BlockHelperAPI> initBlockHelper()
initBlockHelper in class mods.thecomputerizer.theimpossiblelibrary.api.common.CommonAPIpublic java.util.function.Supplier<mods.thecomputerizer.theimpossiblelibrary.api.server.CommandHelperAPI> initCommandHelper()
initCommandHelper in class mods.thecomputerizer.theimpossiblelibrary.api.common.CommonAPIprotected java.util.function.Supplier<mods.thecomputerizer.theimpossiblelibrary.api.client.input.KeyHelperAPI> initKeyHelper()
initKeyHelper in class mods.thecomputerizer.theimpossiblelibrary.api.client.ClientAPIpublic java.util.function.Supplier<mods.thecomputerizer.theimpossiblelibrary.api.resource.ResourceAPI> initResource()
initResource in class mods.thecomputerizer.theimpossiblelibrary.api.common.CommonAPIprotected java.util.function.Supplier<mods.thecomputerizer.theimpossiblelibrary.api.client.gui.ScreenHelperAPI> initScreenHelper()
initScreenHelper in class mods.thecomputerizer.theimpossiblelibrary.api.client.ClientAPIprotected java.util.function.Supplier<mods.thecomputerizer.theimpossiblelibrary.api.client.sound.SoundHelperAPI> initSoundHelper()
initSoundHelper in class mods.thecomputerizer.theimpossiblelibrary.api.client.ClientAPIpublic java.util.function.Supplier<mods.thecomputerizer.theimpossiblelibrary.api.spawn.SpawnHelperAPI<?>> initSpawnHelper()
initSpawnHelper in class mods.thecomputerizer.theimpossiblelibrary.api.common.CommonAPIpublic java.util.function.Supplier<mods.thecomputerizer.theimpossiblelibrary.api.tag.TagAPI> initTag()
initTag in class mods.thecomputerizer.theimpossiblelibrary.api.common.CommonAPIpublic java.util.function.Supplier<mods.thecomputerizer.theimpossiblelibrary.api.text.TextHelperAPI<?>> initTextHelper()
initTextHelper in class mods.thecomputerizer.theimpossiblelibrary.api.common.CommonAPIpublic java.util.function.Supplier<mods.thecomputerizer.theimpossiblelibrary.api.common.item.ToolHelperAPI> initToolHelper()
initToolHelper in class mods.thecomputerizer.theimpossiblelibrary.api.common.CommonAPIpublic java.util.function.Supplier<mods.thecomputerizer.theimpossiblelibrary.api.wrappers.WrapperAPI> initWrapper()
initWrapper in class mods.thecomputerizer.theimpossiblelibrary.api.common.CommonAPIpublic java.util.function.Supplier<mods.thecomputerizer.theimpossiblelibrary.api.client.MinecraftAPI<?>> minecraftGetter()
minecraftGetter in class mods.thecomputerizer.theimpossiblelibrary.api.client.ClientAPI