Package sawfowl.localeapi.api.event
Interface LocaleServiseEvent
- All Known Subinterfaces:
LocaleServiseEvent.Construct
,LocaleServiseEvent.Started
public interface LocaleServiseEvent
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
This event is called during the `ConstructPluginEvent` event.static interface
This event is called during the `StartedEngineEvent` event. -
Method Summary
Modifier and TypeMethodDescriptionGetting API for localizations.
-
Method Details
-
getLocaleService
LocaleService getLocaleService()Getting API for localizations.- Returns:
- `LocaleService` interface
-