Module net.minestom.server
Interface NbtComponentSerializer
- All Superinterfaces:
ComponentDecoder<BinaryTag,
,Component> ComponentEncoder<Component,
,BinaryTag> ComponentSerializer<Component,
Component, BinaryTag>
-
Method Summary
Modifier and TypeMethodDescriptiondefault Style
Deprecated, for removal: This API element is subject to removal in a future version.static NbtComponentSerializer
nbt()
default CompoundBinaryTag
serializeStyle
(Style style) Deprecated, for removal: This API element is subject to removal in a future version.useCodec.COMPONENT_STYLE
instead.Methods inherited from interface net.kyori.adventure.text.serializer.ComponentSerializer
deseializeOrNull, deserialize, deserializeOr, deserializeOrNull, serialize, serializeOr, serializeOrNull
-
Method Details
-
nbt
-
deserializeStyle
Deprecated, for removal: This API element is subject to removal in a future version.useCodec.COMPONENT_STYLE
instead. -
serializeStyle
Deprecated, for removal: This API element is subject to removal in a future version.useCodec.COMPONENT_STYLE
instead.
-
Codec.COMPONENT_STYLE
instead.