Interface LocaleSource
- 
- All Known Subinterfaces:
- Client,- ClientPlayer,- CommandBlock,- CommandBlockMinecart,- LocalPlayer,- LocalServer,- Player,- RemotePlayer,- Server,- ServerPlayer,- SystemSubject
 
 public interface LocaleSource
- 
- 
Method SummaryAll Methods Instance Methods Default Methods Modifier and Type Method Description default java.util.Localelocale()Gets the locale of thisLocaleSource.
 
- 
- 
- 
Method Detail- 
localedefault java.util.Locale locale() Gets the locale of thisLocaleSource.If this receiver does not support configurable locales, this will return Locales.DEFAULT.- Returns:
- The locale used by this receiver.
 
 
- 
 
-