Uses of Class
com.github.alex1304.ultimategdbot.api.localization.LocalizationService
-
Packages that use LocalizationService Package Description com.github.alex1304.ultimategdbot.api.command com.github.alex1304.ultimategdbot.api.service -
-
Uses of LocalizationService in com.github.alex1304.ultimategdbot.api.command
Constructors in com.github.alex1304.ultimategdbot.api.command with parameters of type LocalizationService Constructor Description CommandService(BotConfig botConfig, discord4j.core.GatewayDiscordClient gateway, LocalizationService localizationService, LoggingService loggingService)
-
Uses of LocalizationService in com.github.alex1304.ultimategdbot.api.service
Fields in com.github.alex1304.ultimategdbot.api.service with type parameters of type LocalizationService Modifier and Type Field Description static com.github.alex1304.rdi.ServiceReference<LocalizationService>
CommonServices. LOCALIZATION_SERVICE
Methods in com.github.alex1304.ultimategdbot.api.service that return LocalizationService Modifier and Type Method Description LocalizationService
BotService. localization()
Constructors in com.github.alex1304.ultimategdbot.api.service with parameters of type LocalizationService Constructor Description BotService(discord4j.core.GatewayDiscordClient gateway, CommandService commandService, DatabaseService databaseService, EmojiService emojiService, InteractiveMenuService interactiveMenuService, LocalizationService localizationService, LoggingService loggingService, PluginMetadataService pluginMetadataService)
-