mcutils
Toggle table of contents
main
jvm
Platform filter
jvm
Switch theme
Search in API
mcutils
mcutils
/
tech.aliorpse.mcutils.model.status
/
MOTDTextComponent
/
MOTDTextComponent
MOTDText
Component
constructor
(
text
:
String
,
color
:
Color
?
=
Color.Named.WHITE
,
bold
:
Boolean
=
false
,
italic
:
Boolean
=
false
,
underlined
:
Boolean
=
false
,
strikethrough
:
Boolean
=
false
,
obfuscated
:
Boolean
=
false
,
extra
:
List
<
MOTDTextComponent
>
?
=
emptyList()
)