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

    Fields
    Modifier and Type
    Field
    Description
    static final HashMap<net.modificationstation.stationapi.api.util.Identifier,uk.co.benjiweber.expressions.tuple.BiTuple<net.fabricmc.loader.api.entrypoint.EntrypointContainer<Object>,ConfigCategory>>
    Deprecated.
     
    static final net.fabricmc.loader.api.ModContainer
    Deprecated.
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    exportConfigsForServer(net.minecraft.nbt.NbtCompound nbtCompound)
    Deprecated.
     
    static void
    loadModConfig(Object rootConfigObject, net.fabricmc.loader.api.ModContainer modContainer, Field configField, net.modificationstation.stationapi.api.util.Identifier configID, blue.endless.jankson.JsonObject jsonOverride)
    Deprecated.
     
    static void
    loadServerConfig(String modID, String string)
    Deprecated.
     
    static void
    log(String message)
    Deprecated.
     
    static void
    log(org.apache.logging.log4j.Level level, String message)
    Deprecated.
     
    void
    Deprecated.
     
    static String
    saveConfig(net.fabricmc.loader.api.entrypoint.EntrypointContainer<Object> container, ConfigCategory category)
    Deprecated.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • NAMESPACE

      public static final net.fabricmc.loader.api.ModContainer NAMESPACE
      Deprecated.
    • MOD_CONFIGS

      public static final HashMap<net.modificationstation.stationapi.api.util.Identifier,uk.co.benjiweber.expressions.tuple.BiTuple<net.fabricmc.loader.api.entrypoint.EntrypointContainer<Object>,ConfigCategory>> MOD_CONFIGS
      Deprecated.
  • Constructor Details

    • GCCore

      public GCCore()
      Deprecated.
  • Method Details

    • loadServerConfig

      public static void loadServerConfig(String modID, String string)
      Deprecated.
    • exportConfigsForServer

      public static void exportConfigsForServer(net.minecraft.nbt.NbtCompound nbtCompound)
      Deprecated.
    • onPreLaunch

      public void onPreLaunch()
      Deprecated.
      Specified by:
      onPreLaunch in interface net.fabricmc.loader.api.entrypoint.PreLaunchEntrypoint
    • log

      public static void log(String message)
      Deprecated.
    • log

      public static void log(org.apache.logging.log4j.Level level, String message)
      Deprecated.
    • loadModConfig

      public static void loadModConfig(Object rootConfigObject, net.fabricmc.loader.api.ModContainer modContainer, Field configField, net.modificationstation.stationapi.api.util.Identifier configID, blue.endless.jankson.JsonObject jsonOverride)
      Deprecated.
    • saveConfig

      public static String saveConfig(net.fabricmc.loader.api.entrypoint.EntrypointContainer<Object> container, ConfigCategory category)
      Deprecated.