Class GCCore
java.lang.Object
net.glasslauncher.mods.api.gcapi.impl.GCCore
- All Implemented Interfaces:
net.fabricmc.loader.api.entrypoint.PreLaunchEntrypoint
@Deprecated
public class GCCore
extends Object
implements net.fabricmc.loader.api.entrypoint.PreLaunchEntrypoint
Deprecated.
Do not use this class directly in your code.
This class changes a lot between updates, and should never ever be used by a mod using GCAPI, as there are update-safe wrappers for most of this class' functionality inside other classes.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final HashMap<net.modificationstation.stationapi.api.registry.Identifier,uk.co.benjiweber.expressions.tuple.BiTuple<net.fabricmc.loader.api.entrypoint.EntrypointContainer<Object>, ConfigCategory>> Deprecated.static final net.fabricmc.loader.api.ModContainerDeprecated. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidexportConfigsForServer(net.minecraft.util.io.CompoundTag compoundTag) Deprecated.static voidloadModConfig(Object rootConfigObject, net.fabricmc.loader.api.ModContainer modContainer, Field configField, net.modificationstation.stationapi.api.registry.Identifier configID, String jsonOverrideString) Deprecated.static voidloadServerConfig(String modID, String string) Deprecated.static voidDeprecated.static voidDeprecated.voidDeprecated.static StringsaveConfig(net.fabricmc.loader.api.entrypoint.EntrypointContainer<Object> container, ConfigCategory category) Deprecated.
-
Field Details
-
MOD_ID
public static final net.fabricmc.loader.api.ModContainer MOD_IDDeprecated. -
MOD_CONFIGS
public static final HashMap<net.modificationstation.stationapi.api.registry.Identifier,uk.co.benjiweber.expressions.tuple.BiTuple<net.fabricmc.loader.api.entrypoint.EntrypointContainer<Object>, MOD_CONFIGSConfigCategory>> Deprecated.
-
-
Constructor Details
-
GCCore
public GCCore()Deprecated.
-
-
Method Details
-
loadServerConfig
Deprecated. -
exportConfigsForServer
public static void exportConfigsForServer(net.minecraft.util.io.CompoundTag compoundTag) Deprecated. -
onPreLaunch
public void onPreLaunch()Deprecated.- Specified by:
onPreLaunchin interfacenet.fabricmc.loader.api.entrypoint.PreLaunchEntrypoint
-
log
Deprecated. -
log
Deprecated. -
loadModConfig
public static void loadModConfig(Object rootConfigObject, net.fabricmc.loader.api.ModContainer modContainer, Field configField, net.modificationstation.stationapi.api.registry.Identifier configID, String jsonOverrideString) Deprecated. -
saveConfig
public static String saveConfig(net.fabricmc.loader.api.entrypoint.EntrypointContainer<Object> container, ConfigCategory category) Deprecated.
-