nova-parent
Toggle table of contents
0.22.0-RC.2
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
nova-parent
nova
/
xyz.xenondevs.nova.util.component.adventure
/
StyledElement
/
CodePoint
Code
Point
data
class
CodePoint
(
val
style
:
Style
,
val
codePoint
:
Int
)
:
StyledElement
A code point (character).
Members
Constructors
Code
Point
Link copied to clipboard
constructor
(
style
:
Style
,
codePoint
:
Int
)
Properties
code
Point
Link copied to clipboard
val
codePoint
:
Int
style
Link copied to clipboard
open
override
val
style
:
Style
The
Style
associated with this element.