Types
Determins by which action the clip was triggered. Used to select the correct range and delay check.
Functions
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.
Checks which delay to use according to the block you are on.
Triggers the module initialization.
Loads self registering elements of the module such as hud elements.
This method will be run on the FMLLoadCompleteEvent on game startup after the config is loaded.
Registers Teleport source by the sound
Registers teleport by recieved packet. Note: each teleport in skyblock is sent twice.
Checks once per Tick whether a clip action is staged, and if so executes it.