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 class
MessageTooLongCheck
-
Uses of Check in studio.thevipershow.safechat
Methods in studio.thevipershow.safechat with parameters of type Check Modifier and Type Method Description static void
SafeChatUtils. 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 class
ChatCheck
Fields 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_COMPARATOR
Methods 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 boolean
ChecksContainer. register(@NotNull Check check)
Register a check if it wasn't.boolean
ChecksContainer. 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 Check
ChatCheckEvent. getCheck()
Return theChatCheck
used 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 class
AddressCheck
class
CapsCheck
class
FloodCheck
class
RepetitionCheck
class
WordsBlacklistCheck
Checks if a string is banned using a blacklist.