Uses of Class
studio.thevipershow.safechat.SafeChat
-
Uses of SafeChat in studio.thevipershow.safechat
Methods in studio.thevipershow.safechat that return types with arguments of type SafeChat Modifier and Type Method Description @NotNull studio.thevipershow.vtc.PluginConfigurationsData<SafeChat>
SafeChat. getConfigData()
-
Uses of SafeChat in studio.thevipershow.safechat.api.checks
Methods in studio.thevipershow.safechat.api.checks with parameters of type SafeChat Modifier and Type Method Description static ChecksContainer
ChecksContainer. getInstance(SafeChat safeChat)
Constructors in studio.thevipershow.safechat.api.checks with parameters of type SafeChat Constructor Description ChecksContainer(@NotNull SafeChat safeChat)
-
Uses of SafeChat in studio.thevipershow.safechat.chat.listeners
Methods in studio.thevipershow.safechat.chat.listeners that return SafeChat Modifier and Type Method Description @NotNull SafeChat
ChatListener. getSafeChat()
-
Uses of SafeChat in studio.thevipershow.safechat.commands
Constructors in studio.thevipershow.safechat.commands with parameters of type SafeChat Constructor Description SafeChatCommand(@NotNull SafeChat safeChat)
-
Uses of SafeChat in studio.thevipershow.safechat.config
Methods in studio.thevipershow.safechat.config that return types with arguments of type SafeChat Modifier and Type Method Description java.lang.Class<? extends studio.thevipershow.vtc.TomlSectionConfiguration<SafeChat,?>>
Configurations. getTomlSectionClass()
-
Uses of SafeChat in studio.thevipershow.safechat.config.address
Constructors in studio.thevipershow.safechat.config.address with parameters of type SafeChat Constructor Description AddressConfig(@NotNull SafeChat javaPlugin, @NotNull java.lang.String configurationFilename, @NotNull java.lang.Class<? extends AddressSection> enumTypeClass)
-
Uses of SafeChat in studio.thevipershow.safechat.config.blacklist
Constructors in studio.thevipershow.safechat.config.blacklist with parameters of type SafeChat Constructor Description BlacklistConfig(@NotNull SafeChat javaPlugin, @NotNull java.lang.String configurationFilename, @NotNull java.lang.Class<? extends BlacklistSection> enumTypeClass)
-
Uses of SafeChat in studio.thevipershow.safechat.config.checks
Constructors in studio.thevipershow.safechat.config.checks with parameters of type SafeChat Constructor Description CheckConfig(@NotNull SafeChat javaPlugin, @NotNull java.lang.String configurationFilename, @NotNull java.lang.Class<? extends CheckSections> enumTypeClass)
-
Uses of SafeChat in studio.thevipershow.safechat.config.database
Constructors in studio.thevipershow.safechat.config.database with parameters of type SafeChat Constructor Description DatabaseConfig(@NotNull SafeChat javaPlugin, @NotNull java.lang.String configurationFilename, @NotNull java.lang.Class<? extends DatabaseSection> enumTypeClass)
-
Uses of SafeChat in studio.thevipershow.safechat.config.messages
Constructors in studio.thevipershow.safechat.config.messages with parameters of type SafeChat Constructor Description MessagesConfig(@NotNull SafeChat javaPlugin, @NotNull java.lang.String configurationFilename, @NotNull java.lang.Class<? extends MessagesSection> enumTypeClass)
-
Uses of SafeChat in studio.thevipershow.safechat.persistence
Methods in studio.thevipershow.safechat.persistence that return SafeChat Modifier and Type Method Description @NotNull SafeChat
SafeChatHibernate. getSafeChat()
Constructors in studio.thevipershow.safechat.persistence with parameters of type SafeChat Constructor Description SafeChatHibernate(@NotNull DatabaseConfig dbConfig, @NotNull SafeChat safeChat)
-
Uses of SafeChat in studio.thevipershow.safechat.persistence.mappers
Methods in studio.thevipershow.safechat.persistence.mappers that return SafeChat Modifier and Type Method Description @NotNull SafeChat
PlayerDataManager. getSafeChat()
Constructors in studio.thevipershow.safechat.persistence.mappers with parameters of type SafeChat Constructor Description PlayerDataManager(@NotNull org.hibernate.SessionFactory sessionFactory, @NotNull SafeChat safeChat)