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 ChecksContainerSafeChat. 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 ChecksContainerChecksContainer. getInstance()Get the instance of the ChecksContainer.static ChecksContainerChecksContainer. 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 ChecksContainerChatListener. getChecksContainer()Constructors in studio.thevipershow.safechat.chat.listeners with parameters of type ChecksContainer Constructor Description ChatListener(SafeChatHibernate safeChatHibernate, ChecksContainer checksContainer)