Package-level declarations
Types
Link copied to clipboard
class HeadRenderer(space: String, nextPage: String, negativePixel: String, components: List<HeadKey>, font: Key, pixel: Int, x: Int, align: LayoutAlign, type: HeadRenderType, follow: String?, cancelIfFollowerNotExists: Boolean, conditions: ConditionBuilder)
Link copied to clipboard
class ImageRenderer(image: HudImage, color: TextColor, space: Int, stack: PlaceholderBuilder<*>?, maxStack: PlaceholderBuilder<*>?, components: List<PixelComponent>, follow: String?, cancelIfFollowerNotExists: Boolean, conditions: ConditionBuilder)
Link copied to clipboard
class TextRenderer(widthMap: Map<Int, CharWidth>, defaultColor: TextColor, data: HudTextData, pattern: String, align: LayoutAlign, scale: Double, x: Int, numberEquation: TEquation, numberPattern: DecimalFormat, disableNumberFormat: Boolean, follow: String?, cancelIfFollowerNotExists: Boolean, useLegacyFormat: Boolean, legacySerializer: ComponentDeserializer, space: Int, condition: ConditionBuilder)