Interface LocaleHolder

All Known Subinterfaces:
PlotPlatform<P>
All Known Implementing Classes:
ConsolePlayer, PlotPlayer

public interface LocaleHolder
Any entity that has a locale
  • Method Summary

    Modifier and Type
    Method
    Description
    static @NonNull LocaleHolder
    Get the console locale holder
    @NonNull Locale
    Get the locale used by the holder
    void
    setLocale​(@NonNull Locale locale)
    Set the locale for the holder
  • Method Details

    • console

      static @NonNull LocaleHolder console()
      Get the console locale holder
      Returns:
      Console locale holder
      See Also:
      for direct access to the
    • getLocale

      @NonNull Locale getLocale()
      Get the locale used by the holder
      Returns:
      Locale
    • setLocale

      void setLocale(@NonNull Locale locale)
      Set the locale for the holder
      Parameters:
      locale - New locale