Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
class HudText(val path: String, val name: String, val array: List<HudTextArray>, val charWidth: Map<Int, CharWidth>, val imageCharWidth: Map<Int, ImageCharWidth>, val conditions: ConditionBuilder) : HudConfiguration
Link copied to clipboard
Link copied to clipboard
class HudTextData(val font: List<BackgroundKey>, val imageCodepoint: Map<String, Int>, val splitWidth: Int)
Link copied to clipboard
class ImageCharWidth(val name: String, val fileName: String, val location: PixelLocation, val scale: Double, val width: Int, val height: Int) : CharWidth