MoulConfig
Toggle table of contents
9999.9999.9999+16fcc03
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
MoulConfig
legacy
/
io.github.notenoughupdates.moulconfig.internal
/
StructuredTextImpl
Structured
Text
Impl
open
class
StructuredTextImpl
:
StructuredText.Mutable
(
source
)
Members
Constructors
Structured
Text
Impl
Link copied to clipboard
constructor
(
)
Functions
append
Link copied to clipboard
@
NotNull
open
fun
append
(
@
NotNull
text
:
@
NotNull
StructuredText
)
:
@
NotNull
StructuredText.Mutable
copy
Shallow
Link copied to clipboard
open
fun
copyShallow
(
)
:
StructuredText.Mutable
get
Children
Link copied to clipboard
@
NotNull
open
fun
getChildren
(
)
:
@
NotNull
Stream
<
@
NotNull
StructuredText
>
get
Style
Link copied to clipboard
@
NotNull
open
fun
getStyle
(
)
:
@
NotNull
StructuredStyle
get
Text
Link copied to clipboard
@
NotNull
open
fun
getText
(
)
:
@
NotNull
String
set
Style
Link copied to clipboard
open
fun
setStyle
(
style
:
StructuredStyle
)
unwrap
Link copied to clipboard
@
NotNull
open
fun
unwrap
(
@
NotNull
structuredText
:
@
NotNull
StructuredText
)
:
@
NotNull
IChatComponent
wrap
Link copied to clipboard
@
NotNull
open
fun
wrap
(
@
NotNull
it
:
@
NotNull
IChatComponent
)
:
@
NotNull
StructuredText.Mutable