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 Details

    • MinestomLegacyComponentSerializerProvider

      public MinestomLegacyComponentSerializerProvider()
  • Method Details

    • legacyAmpersand

      @NotNull public @NotNull net.kyori.adventure.text.serializer.legacy.LegacyComponentSerializer legacyAmpersand()
      Specified by:
      legacyAmpersand in interface net.kyori.adventure.text.serializer.legacy.LegacyComponentSerializer.Provider
    • legacySection

      @NotNull public @NotNull net.kyori.adventure.text.serializer.legacy.LegacyComponentSerializer legacySection()
      Specified by:
      legacySection in interface net.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 interface net.kyori.adventure.text.serializer.legacy.LegacyComponentSerializer.Provider