Class MinestomLegacyComponentSerializerProvider
java.lang.Object
net.minestom.server.adventure.provider.MinestomLegacyComponentSerializerProvider
- All Implemented Interfaces:
net.kyori.adventure.text.serializer.legacy.LegacyComponentSerializer.Provider
public final class MinestomLegacyComponentSerializerProvider
extends Object
implements net.kyori.adventure.text.serializer.legacy.LegacyComponentSerializer.Provider
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
MinestomLegacyComponentSerializerProvider
public MinestomLegacyComponentSerializerProvider()
-
-
Method Details
-
legacyAmpersand
@NotNull public @NotNull net.kyori.adventure.text.serializer.legacy.LegacyComponentSerializer legacyAmpersand()- Specified by:
legacyAmpersand
in interfacenet.kyori.adventure.text.serializer.legacy.LegacyComponentSerializer.Provider
-
legacySection
@NotNull public @NotNull net.kyori.adventure.text.serializer.legacy.LegacyComponentSerializer legacySection()- Specified by:
legacySection
in interfacenet.kyori.adventure.text.serializer.legacy.LegacyComponentSerializer.Provider
-
legacy
@NotNull public @NotNull Consumer<net.kyori.adventure.text.serializer.legacy.LegacyComponentSerializer.Builder> legacy()- Specified by:
legacy
in interfacenet.kyori.adventure.text.serializer.legacy.LegacyComponentSerializer.Provider
-