Package schrumbo.schrumbohud.config
Klasse ConfigManager
java.lang.Object
schrumbo.schrumbohud.config.ConfigManager
Used for handling the config writing and reading
-
Feldübersicht
Felder -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
-
Felddetails
-
GSON
private static final com.google.gson.Gson GSON -
LOGGER
private static final org.slf4j.Logger LOGGER -
config
-
client
private final net.minecraft.client.MinecraftClient client -
CONFIG_FILE
-
-
Konstruktordetails
-
ConfigManager
public ConfigManager()
-
-
Methodendetails
-
load
loads config from file - creates new if needed -
save
public static void save()writes config changes to file
-