Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
data class PlayerData(val username: String, val uuid: String, val dimension: Identifier, val position: Vec3, val netherPosition: Vec3, val blockPosition: BlockPos, val velocity: Vec3, val selectedSlot: Int, val gameMode: GameType = GameType.DEFAULT_MODE, val health: Float, val actualHealth: Float, val maxHealth: Float, val absorption: Float, val yaw: Float, val pitch: Float, val armor: Int, val food: Int, val air: Int, val maxAir: Int, val experienceLevel: Int, val experienceProgress: Float, val ping: Int, val effects: List<MobEffectInstance>, val mainHandStack: ItemStack, val offHandStack: ItemStack, val armorItems: List<ItemStack> = emptyList(), val scoreboard: ScoreboardData? = null) : Record
Link copied to clipboard
data class PlayerInventoryData(val armor: List<ItemStack>, val main: List<ItemStack>, val crafting: List<ItemStack>, val enderChest: List<ItemStack>) : Record
Link copied to clipboard
data class ScoreboardData(val header: Component, val entries: List<ScoreboardData.SidebarEntry?>) : Record

Properties

Link copied to clipboard

Keeps track if we are currently typing in a text field

Link copied to clipboard
val ServerList.servers: List<ServerData>

Functions

Link copied to clipboard
fun deleteServer(requestObject: RequestObject): FullHttpResponse
Link copied to clipboard
fun ServerList.getByAddress(address: String): ServerData?
Link copied to clipboard
fun getCrosshairData(requestObject: RequestObject): FullHttpResponse
Link copied to clipboard
fun getEffectTexture(requestObject: RequestObject): FullHttpResponse
Link copied to clipboard
fun getInputInfo(requestObject: RequestObject): FullHttpResponse
Link copied to clipboard
fun getIsTyping(requestObject: RequestObject): FullHttpResponse
Link copied to clipboard
fun getItemTexture(requestObject: RequestObject): FullHttpResponse
Link copied to clipboard
fun getKeybinds(requestObject: RequestObject): FullHttpResponse
Link copied to clipboard
fun getPlayerData(requestObject: RequestObject): FullHttpResponse
Link copied to clipboard
fun getPlayerInventory(requestObject: RequestObject): FullHttpResponse
Link copied to clipboard
fun getRegistry(requestObject: RequestObject): FullHttpResponse
Link copied to clipboard
fun getRegistryGroups(requestObject: RequestObject): FullHttpResponse
Link copied to clipboard
fun getResource(requestObject: RequestObject): FullHttpResponse
Link copied to clipboard
fun getServers(requestObject: RequestObject): FullHttpResponse
Link copied to clipboard
fun getSkin(requestObject: RequestObject): FullHttpResponse
Link copied to clipboard
fun getWorlds(requestObject: RequestObject): FullHttpResponse
Link copied to clipboard
fun isTyping(requestObject: RequestObject): FullHttpResponse
Link copied to clipboard
fun postConnect(requestObject: RequestObject): FullHttpResponse
Link copied to clipboard
fun postDeleteWorld(requestObject: RequestObject): FullHttpResponse
Link copied to clipboard
fun postEditWorld(requestObject: RequestObject): FullHttpResponse
Link copied to clipboard
fun postJoinWorld(requestObject: RequestObject): FullHttpResponse
Link copied to clipboard
fun postOrderServers(requestObject: RequestObject): FullHttpResponse
Link copied to clipboard
fun postSwapServers(requestObject: RequestObject): FullHttpResponse
Link copied to clipboard
fun putAddServer(requestObject: RequestObject): FullHttpResponse
Link copied to clipboard
fun putEditServer(requestObject: RequestObject): FullHttpResponse