Interface Caption

All Known Subinterfaces:
NamespacedCaption
All Known Implementing Classes:
CommandCategory, StaticCaption, TranslatableCaption

public interface Caption
Any message that can be sent to a player, the console, etc.
  • Method Summary

    Modifier and Type
    Method
    Description
    @NonNull String
    getComponent​(@NonNull LocaleHolder localeHolder)
    Get the message that should be sent to the recipient
  • Method Details

    • getComponent

      @NonNull String getComponent(@NonNull LocaleHolder localeHolder)
      Get the message that should be sent to the recipient
      Parameters:
      localeHolder - Locale holder
      Returns:
      Message