Cancel Interact
Functions
Link copied to clipboard
Adds all settings in the input to the settings field of the module. This is required for saving and loading these settings to / from a file. Keep in mind, that these settings are passed by reference, which will get lost if the original setting is reassigned.
Link copied to clipboard
Link copied to clipboard
Triggers the module initialization.
Link copied to clipboard
Loads self registering elements of the module such as hud elements.
Link copied to clipboard
This method will be run on the FMLLoadCompleteEvent on game startup after the config is loaded.
Link copied to clipboard
Redirected to by the MinecraftMixin. Replaces the check for whether the targeted block is air. When true is retured the item ability will be used, with false an interactionm with the block will be performed.