Class BukkitComponentSerializer
- java.lang.Object
-
- net.kyori.adventure.platform.bukkit.BukkitComponentSerializer
-
public final class BukkitComponentSerializer extends Object
A pair of component serializers forBukkit
.- Since:
- 4.0.0
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static @NotNull net.kyori.adventure.text.serializer.gson.GsonComponentSerializer
gson()
Gets the gson component serializer.static @NotNull net.kyori.adventure.text.serializer.legacy.LegacyComponentSerializer
legacy()
Gets the legacy component serializer.
-
-
-
Method Detail
-
legacy
@NotNull public static @NotNull net.kyori.adventure.text.serializer.legacy.LegacyComponentSerializer legacy()
Gets the legacy component serializer.- Returns:
- a legacy component serializer
- Since:
- 4.0.0
-
gson
@NotNull public static @NotNull net.kyori.adventure.text.serializer.gson.GsonComponentSerializer gson()
Gets the gson component serializer.Not available on servers before 1.7.2, will be
null
.- Returns:
- a gson component serializer
- Since:
- 4.0.0
-
-