Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class ImageElement(val id: String, val image: List<NamedLoadedImage>, val type: ImageType, setting: YamlObject) : HudElement, ConditionSource, PlaceholderSource
Link copied to clipboard
class TextElement(val id: String, val textScale: Int?, val array: List<HudTextArray>, val charWidth: IntKeyMap<TextScale>, val imageTextScale: IntKeyMap<ImageTextScale>, yamlObject: YamlObject) : HudElement, ConditionSource