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
/
GlyphIdentifier
Glyph
Identifier
@
JvmRecord
data
class
GlyphIdentifier
(
val
codepoint
:
Char
,
val
style
:
Int
)
:
Record
Members
Constructors
Glyph
Identifier
Link copied to clipboard
constructor
(
codepoint
:
Char
,
style
:
Int
)
constructor
(
fontGlyph
:
FontGlyph
)
constructor
(
longValue
:
Long
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
codepoint
Link copied to clipboard
val
codepoint
:
Char
style
Link copied to clipboard
val
style
:
Int
Functions
as
Long
Link copied to clipboard
fun
asLong
(
)
:
Long