Package io.github.zhengzhengyiyi
Class ConfigEditorClient
java.lang.Object
io.github.zhengzhengyiyi.ConfigEditorClient
- All Implemented Interfaces:
net.fabricmc.api.ClientModInitializer
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic org.slf4j.LoggerThe Logger for the other mod's entry point, usually for printing errors.static final List<ApiEntrypoint> put every api entry point into a Liststatic net.minecraft.client.option.KeyBindingThe keybinding for open the configurestatic org.slf4j.LoggerThe Logger for the whole mod.static String -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
MOD_ID
-
key
public static net.minecraft.client.option.KeyBinding keyThe keybinding for open the configure- See Also:
-
API_ENTRYPOINT_LOGGER
public static org.slf4j.Logger API_ENTRYPOINT_LOGGERThe Logger for the other mod's entry point, usually for printing errors. -
LOGGER
public static org.slf4j.Logger LOGGERThe Logger for the whole mod. -
ENTRYPOINTS
put every api entry point into a List- See Also:
-
-
Constructor Details
-
ConfigEditorClient
public ConfigEditorClient()
-
-
Method Details
-
onInitializeClient
public void onInitializeClient()- Specified by:
onInitializeClientin interfacenet.fabricmc.api.ClientModInitializer
-
testLanguageResources
public static void testLanguageResources()
-