Package-level declarations

Types

Link copied to clipboard
data class CharWidth(val width: Int, val height: Int)
Link copied to clipboard
class HudText(val path: String, val name: String, val array: List<HudTextArray>, val images: Map<String, LocatedImage>, val charWidth: Map<Int, CharWidth>, val conditions: ConditionBuilder) : HudConfiguration
Link copied to clipboard
data class HudTextArray(val file: String, val chars: JsonArray, val height: Int)
Link copied to clipboard
class HudTextData(val word: Key, val images: Map<String, WidthComponent>, val background: BackgroundLayout?)