Class MinimessageExtLocalizer<T>

Direct Known Subclasses:
SpigotLocalizer

public abstract class MinimessageExtLocalizer<T> extends MinimessageLocalizer
  • Constructor Details

    • MinimessageExtLocalizer

      public MinimessageExtLocalizer(String id, Locale defaultLocale)
  • Method Details

    • audience

      protected abstract net.kyori.adventure.audience.Audience audience(T subject)
    • locale

      protected abstract Locale locale(T subject)
    • localizeComponent

      public final net.kyori.adventure.text.Component localizeComponent(T subject, String key)
    • localizeComponent

      public final net.kyori.adventure.text.Component localizeComponent(T subject, String key, Object... args)
    • send

      public final void send(T subject, String key)
    • send

      public final void send(T subject, String key, Object... args)
    • hoverableComponent

      public final net.kyori.adventure.text.Component hoverableComponent(T subject, @NotNull @NotNull String msgKey, @NotNull @NotNull String hoverKey)
    • recursiveLocalizeComponent

      public final net.kyori.adventure.text.Component recursiveLocalizeComponent(T subject, net.kyori.adventure.text.Component component)