Package-level declarations
Types
Link copied to clipboard
object ChatUtils
Use chatMessage to put messages in chat which are only visible locally and are not sent to the server.
Link copied to clipboard
object DataHandler
A collection of methods for handling everything related to modifying the data for autoactions.
Link copied to clipboard
object GeometryUtils
Collection of methods useful for positioning in the world.
Link copied to clipboard
object HypixelApiUtils
Getting a response from an http query takes some time. Therefore the methods in here should only be used suspended in coroutines that do not block the main thread. To ensure that none of the methods are used on accident in the main thread they have the suspend keyword. This only allows them to be used in a coroutine. In general the IO dispatcher is the best choice for these coroutines. The following shows an example of how to use getSecrets.
Link copied to clipboard
object LocationManager
Link copied to clipboard
object ScoreboardUtils
Link copied to clipboard
object TabListUtils