Interface LocaleHolder
- All Known Subinterfaces:
PlotPlatform<P>
- All Known Implementing Classes:
ConsolePlayer,PlotPlayer
public interface LocaleHolder
Any entity that has a locale
-
Method Summary
-
Method Details
-
console
Get the console locale holder.You can use
ConsolePlayer.getConsole()for direct access to theConsolePlayer- Returns:
- Console locale holder
-
getLocale
Get the locale used by the holder- Returns:
- Locale
-
setLocale
Set the locale for the holder- Parameters:
locale- New locale
-