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 boolean
MessageTooLongCheck. check(ChatData data)
java.lang.String
MessageTooLongCheck. 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 boolean
Check. check(@NotNull ChatData data)
Perform a check on ChatData.@NotNull java.lang.String
Check. 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 ChatData
PlayerFailCheckEvent. 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 boolean
AddressCheck. check(@NotNull ChatData data)
Perform a check on ChatData.boolean
CapsCheck. check(@NotNull ChatData data)
boolean
FloodCheck. check(@NotNull ChatData data)
Perform a check on ChatData.boolean
RepetitionCheck. check(@NotNull ChatData data)
Perform a check on ChatData.boolean
WordsBlacklistCheck. check(@NotNull ChatData data)
Perform a check on ChatData.@NotNull java.lang.String
AddressCheck. replacePlaceholders(@NotNull java.lang.String message, @NotNull ChatData data)
Provide placeholders for your own check.@NotNull java.lang.String
CapsCheck. replacePlaceholders(@NotNull java.lang.String message, @NotNull ChatData data)
Provide placeholders for your own check.@NotNull java.lang.String
FloodCheck. replacePlaceholders(@NotNull java.lang.String message, @NotNull ChatData data)
Provide placeholders for your own check.@NotNull java.lang.String
RepetitionCheck. replacePlaceholders(@NotNull java.lang.String message, @NotNull ChatData data)
Provide placeholders for your own check.@NotNull java.lang.String
WordsBlacklistCheck. replacePlaceholders(@NotNull java.lang.String message, @NotNull ChatData data)
Provide placeholders for your own check.