Uses of Class
studio.thevipershow.safechat.config.messages.MessagesConfig
Package | Description |
---|---|
studio.thevipershow.safechat.chat.check.types | |
studio.thevipershow.safechat.config.localization |
-
Uses of MessagesConfig in studio.thevipershow.safechat.chat.check.types
Constructors in studio.thevipershow.safechat.chat.check.types with parameters of type MessagesConfig Constructor Description AddressCheck(@NotNull AddressConfig addressConfig, @NotNull CheckConfig checkConfig, @NotNull MessagesConfig messagesConfig)
CapsCheck(@NotNull CheckConfig checkConfig, @NotNull MessagesConfig messagesConfig)
FloodCheck(@NotNull CheckConfig checkConfig, @NotNull MessagesConfig messagesConfig)
RepetitionCheck(@NotNull CheckConfig checkConfig, @NotNull MessagesConfig messagesConfig)
WordsBlacklistCheck(@NotNull BlacklistConfig blacklistConfig, @NotNull CheckConfig checkConfig, @NotNull MessagesConfig messagesConfig)
-
Uses of MessagesConfig in studio.thevipershow.safechat.config.localization
Methods in studio.thevipershow.safechat.config.localization with parameters of type MessagesConfig Modifier and Type Method Description void
Localization. loadTranslation(MessagesConfig config)