Package sawfowl.localeapi.api.event
Interface LocaleServiseEvent
- All Known Subinterfaces:
LocaleServiseEvent.Construct,LocaleServiseEvent.Started
public interface LocaleServiseEvent
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceThis event is called during the `ConstructPluginEvent` event.static interfaceThis 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
-