Uses of Class
studio.thevipershow.safechat.api.checks.ChecksContainer
Package | Description |
---|---|
studio.thevipershow.safechat | |
studio.thevipershow.safechat.api.checks | |
studio.thevipershow.safechat.chat.listeners |
-
Uses of ChecksContainer in studio.thevipershow.safechat
Methods in studio.thevipershow.safechat that return ChecksContainer Modifier and Type Method Description @NotNull ChecksContainer
SafeChat. getChecksContainer()
-
Uses of ChecksContainer in studio.thevipershow.safechat.api.checks
Methods in studio.thevipershow.safechat.api.checks that return ChecksContainer Modifier and Type Method Description static ChecksContainer
ChecksContainer. getInstance()
Get the instance of the ChecksContainer.static ChecksContainer
ChecksContainer. getInstance(SafeChat safeChat)
-
Uses of ChecksContainer in studio.thevipershow.safechat.chat.listeners
Methods in studio.thevipershow.safechat.chat.listeners that return ChecksContainer Modifier and Type Method Description @NotNull ChecksContainer
ChatListener. getChecksContainer()
Constructors in studio.thevipershow.safechat.chat.listeners with parameters of type ChecksContainer Constructor Description ChatListener(SafeChatHibernate safeChatHibernate, ChecksContainer checksContainer)