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 ClipTools

Collection of methods used for clipping

Link copied to clipboard

A collection of methods for handling everything related to modifying the data for autoactions.

Link copied to clipboard

Collection of methods useful for positioning in the world.

Link copied to clipboard

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
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
object Utils

This is the place for all the utility functions that do not (yet) have their own class files for a category.