Class FuckYouResponse
-
- All Implemented Interfaces:
public final class FuckYouResponse extends ChatResponse
-
-
Constructor Summary
Constructors Constructor Description FuckYouResponse()
-
Method Summary
Modifier and Type Method Description Integer
getDelay()
The delay in ticks before calling the respond()
function.Boolean
getCaseSensitive()
Whether the matches check should be case-sensitive. Boolean
isFullMessage()
Require the player's full message to match one of the registered phrases. List<String>
getTriggers()
A list of strings that trigger this response. Unit
respond(Level level, Player sender)
Called when the chat response is triggered. -
Methods inherited from class dev.wendigodrip.thebrokenscript.api.responses.ChatResponse
broadcast, check, condition, doWork, execute, getLevel, getSender, onServer, playGlobalSound, playGlobalSound, playSound, playSound, setLevel, setSender
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getCaseSensitive
Boolean getCaseSensitive()
Whether the matches check should be case-sensitive.
-
isFullMessage
Boolean isFullMessage()
Require the player's full message to match one of the registered phrases.
-
getTriggers
List<String> getTriggers()
A list of strings that trigger this response.
-
-
-
-