LiquidBounce
Toggle table of contents
0.37.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
LiquidBounce
LiquidBounce
/
net.ccbluex.liquidbounce.render.engine.font.processor
/
ProcessedText
Processed
Text
interface
ProcessedText
Inheritors
RecyclingProcessedText
Members
Types
Processed
Char
Link copied to clipboard
@
JvmRecord
data
class
ProcessedChar
(
val
char
:
Char
,
val
font
:
Int
,
val
obfuscated
:
Boolean
,
val
color
:
Color4b
)
:
Record
Properties
chars
Link copied to clipboard
abstract
val
chars
:
List
<
ProcessedText.ProcessedChar
>
strike
Throughs
Link copied to clipboard
abstract
val
strikeThroughs
:
IntList
Elements: start char index, to char index, ...
underlines
Link copied to clipboard
abstract
val
underlines
:
IntList
Elements: start char index, to char index, ...