Uses of Interface
studio.thevipershow.safechat.api.checks.Check
-
Uses of Check in studio.safechat.tests
Classes in studio.safechat.tests that implement Check Modifier and Type Class Description classMessageTooLongCheck -
Uses of Check in studio.thevipershow.safechat
Methods in studio.thevipershow.safechat with parameters of type Check Modifier and Type Method Description static voidSafeChatUtils. logMessage(Check check, org.bukkit.entity.Player player, java.lang.String message) -
Uses of Check in studio.thevipershow.safechat.api.checks
Classes in studio.thevipershow.safechat.api.checks that implement Check Modifier and Type Class Description classChatCheckFields in studio.thevipershow.safechat.api.checks with type parameters of type Check Modifier and Type Field Description static java.util.Comparator<Check>ChecksContainer. CHECK_PRIORITY_COMPARATORMethods in studio.thevipershow.safechat.api.checks that return types with arguments of type Check Modifier and Type Method Description @NotNull java.util.Collection<Check>ChecksContainer. getActiveChecks()Get all of the active checks.Methods in studio.thevipershow.safechat.api.checks with parameters of type Check Modifier and Type Method Description booleanChecksContainer. register(@NotNull Check check)Register a check if it wasn't.booleanChecksContainer. unregister(@NotNull Check check)Unregister a check if it is currently loaded. -
Uses of Check in studio.thevipershow.safechat.api.events
Methods in studio.thevipershow.safechat.api.events that return Check Modifier and Type Method Description @NotNull CheckChatCheckEvent. getCheck()Return theChatCheckused in the event.Constructors in studio.thevipershow.safechat.api.events with parameters of type Check Constructor Description ChatCheckEvent(@NotNull Check check, boolean async)This constructor is used to explicitly declare an event as synchronous or asynchronous.ChatPunishmentEvent(@NotNull Check check)This constructor is used to explicitly declare an event as synchronous or asynchronous.CheckRegisterEvent(@NotNull Check check)This constructor is used to explicitly declare an event as synchronous or asynchronous.CheckUnregisterEvent(@NotNull Check check)This constructor is used to explicitly declare an event as synchronous or asynchronous.PlayerFailCheckEvent(@NotNull Check check, @NotNull ChatData chatData) -
Uses of Check in studio.thevipershow.safechat.chat.check.types
Classes in studio.thevipershow.safechat.chat.check.types that implement Check Modifier and Type Class Description classAddressCheckclassCapsCheckclassFloodCheckclassRepetitionCheckclassWordsBlacklistCheckChecks if a string is banned using a blacklist.