mcutils
Toggle table of contents
0.5.0
jvm
Platform filter
jvm
Switch theme
Search in API
mcutils
mcutils
/
tech.aliorpse.mcutils.model.server
/
DescriptionAdapter
Description
Adapter
class
DescriptionAdapter
(
motdAdapter
:
MOTDTextComponentAdapter
)
Adapt different kinds of Description server sent. String or TextComponent.
Members
Constructors
Description
Adapter
Link copied to clipboard
constructor
(
motdAdapter
:
MOTDTextComponentAdapter
)
Functions
from
Json
Link copied to clipboard
fun
fromJson
(
reader
:
JsonReader
)
:
Description
?
to
Json
Link copied to clipboard
fun
toJson
(
writer
:
JsonWriter
,
value
:
Description
?
)