Worlds

object Worlds

This class is used to manipulate the world switcher interface.

Functions

component
Link copied to clipboard
fun component(widget: Int, text: String): Component
get
Link copied to clipboard
fun get(predicate: Predicate<World>? = null, first: Boolean = false): List<World>

{@inheritDoc}

list
Link copied to clipboard
fun list(): Component
nil
Link copied to clipboard
fun nil(): World
open
Link copied to clipboard
fun open(): Boolean

Opens the world switcher.

stream
Link copied to clipboard
fun stream(): WorldStream

{@inheritDoc}

Properties

LOGOUT_WIDGET
Link copied to clipboard
const val LOGOUT_WIDGET: Int = 182
WORLD_WIDGET
Link copied to clipboard
const val WORLD_WIDGET: Int = 69