Uses of Class
studio.thevipershow.safechat.api.checks.ChatData
| Package | Description |
|---|---|
| studio.safechat.tests | |
| studio.thevipershow.safechat.api.checks | |
| studio.thevipershow.safechat.api.events | |
| studio.thevipershow.safechat.chat.check.types |
-
Uses of ChatData in studio.safechat.tests
Methods in studio.safechat.tests with parameters of type ChatData Modifier and Type Method Description booleanMessageTooLongCheck. check(ChatData data)java.lang.StringMessageTooLongCheck. replacePlaceholders(java.lang.String message, ChatData data) -
Uses of ChatData in studio.thevipershow.safechat.api.checks
Methods in studio.thevipershow.safechat.api.checks with parameters of type ChatData Modifier and Type Method Description booleanCheck. check(@NotNull ChatData data)Perform a check on ChatData.@NotNull java.lang.StringCheck. replacePlaceholders(@NotNull java.lang.String message, @NotNull ChatData data)Provide placeholders for your own check. -
Uses of ChatData in studio.thevipershow.safechat.api.events
Methods in studio.thevipershow.safechat.api.events that return ChatData Modifier and Type Method Description @NotNull ChatDataPlayerFailCheckEvent. getChatData()Get the data of this event.Constructors in studio.thevipershow.safechat.api.events with parameters of type ChatData Constructor Description PlayerFailCheckEvent(@NotNull Check check, @NotNull ChatData chatData) -
Uses of ChatData in studio.thevipershow.safechat.chat.check.types
Methods in studio.thevipershow.safechat.chat.check.types with parameters of type ChatData Modifier and Type Method Description booleanAddressCheck. check(@NotNull ChatData data)Perform a check on ChatData.booleanCapsCheck. check(@NotNull ChatData data)booleanFloodCheck. check(@NotNull ChatData data)Perform a check on ChatData.booleanRepetitionCheck. check(@NotNull ChatData data)Perform a check on ChatData.booleanWordsBlacklistCheck. check(@NotNull ChatData data)Perform a check on ChatData.@NotNull java.lang.StringAddressCheck. replacePlaceholders(@NotNull java.lang.String message, @NotNull ChatData data)Provide placeholders for your own check.@NotNull java.lang.StringCapsCheck. replacePlaceholders(@NotNull java.lang.String message, @NotNull ChatData data)Provide placeholders for your own check.@NotNull java.lang.StringFloodCheck. replacePlaceholders(@NotNull java.lang.String message, @NotNull ChatData data)Provide placeholders for your own check.@NotNull java.lang.StringRepetitionCheck. replacePlaceholders(@NotNull java.lang.String message, @NotNull ChatData data)Provide placeholders for your own check.@NotNull java.lang.StringWordsBlacklistCheck. replacePlaceholders(@NotNull java.lang.String message, @NotNull ChatData data)Provide placeholders for your own check.