Class WhoAreYouResponse
-
- All Implemented Interfaces:
public final class WhoAreYouResponse extends ChatResponse
-
-
Constructor Summary
Constructors Constructor Description WhoAreYouResponse()
-
Method Summary
Modifier and Type Method Description Integer
getDelay()
The delay in ticks before calling the respond()
function.List<String>
getTriggers()
A list of strings that trigger this response. Unit
respond(ServerLevel level, ServerPlayer sender)
Called when the chat response is triggered. -
Methods inherited from class dev.wendigodrip.thebrokenscript.api.responses.ChatResponse
afterTicks, check, execute, getCaseSensitive, getDelay, getLevel, getSender, isFullMessage, playGlobalSound, playGlobalSound, playSound, playSound, setLevel, setSender
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-