Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- API_ENTRYPOINT_LOGGER - Static variable in class io.github.zhengzhengyiyi.ConfigEditorClient
-
The Logger for the other mod's entry point, usually for printing errors.
- ApiEntrypoint - Interface in io.github.zhengzhengyiyi.api
-
The entry point for other mods to interact with the config editor.
- appendClickableNarrations(NarrationMessageBuilder) - Method in class io.github.zhengzhengyiyi.gui.widget.MultilineEditorWidget
B
- backupConfigFile(Path) - Static method in class io.github.zhengzhengyiyi.util.BackupHelper
-
Creates a backup of the specified configuration file.
- backupDirectoryToZip(Path, String) - Static method in class io.github.zhengzhengyiyi.util.BackupHelper
-
Creates a compressed backup of a specific directory.
- backupEntireConfigDirectory() - Static method in class io.github.zhengzhengyiyi.util.BackupHelper
-
Creates a compressed backup of the entire config directory.
- BackupHelper - Class in io.github.zhengzhengyiyi.util
-
Utility class for creating backups of configuration files.
- BackupHelper() - Constructor for class io.github.zhengzhengyiyi.util.BackupHelper
C
- charTyped(char, int) - Method in class io.github.zhengzhengyiyi.gui.widget.MultilineEditorWidget
- cleanupOldBackups(int) - Static method in class io.github.zhengzhengyiyi.util.BackupHelper
-
Deletes old backups beyond the specified maximum count.
- close() - Method in class io.github.zhengzhengyiyi.gui.EditorScreen
- ConfigEditor - Class in io.github.zhengzhengyiyi
- ConfigEditor() - Constructor for class io.github.zhengzhengyiyi.ConfigEditor
- ConfigEditorClient - Class in io.github.zhengzhengyiyi
- ConfigEditorClient() - Constructor for class io.github.zhengzhengyiyi.ConfigEditorClient
E
- EditorScreen - Class in io.github.zhengzhengyiyi.gui
- EditorScreen() - Constructor for class io.github.zhengzhengyiyi.gui.EditorScreen
- ENTRYPOINTS - Static variable in class io.github.zhengzhengyiyi.ConfigEditorClient
-
put every api entry point into a List
- ExampleClientMixin - Class in io.github.zhengzhengyiyi.mixin.client
- ExampleClientMixin() - Constructor for class io.github.zhengzhengyiyi.mixin.client.ExampleClientMixin
- ExampleMixin - Class in io.github.zhengzhengyiyi.mixin
- ExampleMixin() - Constructor for class io.github.zhengzhengyiyi.mixin.ExampleMixin
G
- getConfigBackupDirectory() - Static method in class io.github.zhengzhengyiyi.util.BackupHelper
-
Gets the path to the backups directory for the main config directory.
- getText() - Method in class io.github.zhengzhengyiyi.gui.widget.MultilineEditorWidget
I
- init() - Method in interface io.github.zhengzhengyiyi.api.ApiEntrypoint
-
Initializes the API entry point.
- init() - Method in class io.github.zhengzhengyiyi.gui.EditorScreen
- io.github.zhengzhengyiyi - package io.github.zhengzhengyiyi
- io.github.zhengzhengyiyi.api - package io.github.zhengzhengyiyi.api
- io.github.zhengzhengyiyi.gui - package io.github.zhengzhengyiyi.gui
- io.github.zhengzhengyiyi.gui.widget - package io.github.zhengzhengyiyi.gui.widget
- io.github.zhengzhengyiyi.mixin - package io.github.zhengzhengyiyi.mixin
- io.github.zhengzhengyiyi.mixin.client - package io.github.zhengzhengyiyi.mixin.client
- io.github.zhengzhengyiyi.util - package io.github.zhengzhengyiyi.util
K
- key - Static variable in class io.github.zhengzhengyiyi.ConfigEditorClient
-
The keybinding for open the configure
- keyPressed(int, int, int) - Method in class io.github.zhengzhengyiyi.gui.widget.MultilineEditorWidget
L
- listBackups() - Static method in class io.github.zhengzhengyiyi.util.BackupHelper
-
Lists all available backups in the backup directory.
- LOGGER - Static variable in class io.github.zhengzhengyiyi.ConfigEditor
- LOGGER - Static variable in class io.github.zhengzhengyiyi.ConfigEditorClient
-
The Logger for the whole mod.
M
- MOD_ID - Static variable in class io.github.zhengzhengyiyi.ConfigEditor
- MOD_ID - Static variable in class io.github.zhengzhengyiyi.ConfigEditorClient
- mouseClicked(double, double, int) - Method in class io.github.zhengzhengyiyi.gui.widget.MultilineEditorWidget
- mouseScrolled(double, double, double) - Method in class io.github.zhengzhengyiyi.gui.widget.MultilineEditorWidget
- mouseScrolled(double, double, double, double) - Method in class io.github.zhengzhengyiyi.gui.widget.MultilineEditorWidget
- MultilineEditorWidget - Class in io.github.zhengzhengyiyi.gui.widget
- MultilineEditorWidget(int, int, int, int, Text) - Constructor for class io.github.zhengzhengyiyi.gui.widget.MultilineEditorWidget
O
- onEditerClose(EditorScreen) - Method in interface io.github.zhengzhengyiyi.api.ApiEntrypoint
-
Called when the editor screen is closed.
- onEditerOpen(EditorScreen) - Method in interface io.github.zhengzhengyiyi.api.ApiEntrypoint
-
Called when the editor screen is opened.
- onInitialize() - Method in class io.github.zhengzhengyiyi.ConfigEditor
- onInitializeClient() - Method in class io.github.zhengzhengyiyi.ConfigEditorClient
- onMouseDown(int, int) - Method in interface io.github.zhengzhengyiyi.api.ApiEntrypoint
-
Called when a mouse button is pressed on the screen.
- onMouseScroll() - Method in interface io.github.zhengzhengyiyi.api.ApiEntrypoint
-
Called when the mouse scroll wheel is used.
- onType(int, int, int) - Method in interface io.github.zhengzhengyiyi.api.ApiEntrypoint
-
Called when a key is typed on the keyboard.
R
- removed() - Method in class io.github.zhengzhengyiyi.gui.EditorScreen
- render(DrawContext, int, int, float) - Method in class io.github.zhengzhengyiyi.gui.EditorScreen
- renderButton(DrawContext, int, int, float) - Method in interface io.github.zhengzhengyiyi.api.ApiEntrypoint
-
Called to render custom buttons or elements on the screen.
- renderWidget(DrawContext, int, int, float) - Method in class io.github.zhengzhengyiyi.gui.widget.MultilineEditorWidget
S
- setChangedListener(Consumer<String>) - Method in class io.github.zhengzhengyiyi.gui.widget.MultilineEditorWidget
- setEditable(boolean) - Method in class io.github.zhengzhengyiyi.gui.widget.MultilineEditorWidget
- setText(String) - Method in class io.github.zhengzhengyiyi.gui.widget.MultilineEditorWidget
- shouldCloseOnEsc() - Method in class io.github.zhengzhengyiyi.gui.EditorScreen
All Classes and Interfaces|All Packages|Constant Field Values