UserCancellableCheckEvent Class
Introduction
The UserCancellableCheckEvent
class is used for events that can be cancelled and also involve users and checks.
Methods
This class extends UserCancellableEvent and inherits all its methods.
Getter check
Returns:
The Check associated with the event.
Setter chatAlertMessage
Description:
Changes the message in the chat alert.
Parameters:
chatAlertMessage
- The new alert message
Returns:
Nothing.
Getter chatAlertMessage
Returns:
A string containing the chat alert message.
Setter details
Description:
Changes the check debug details.
Parameters:
details
- The updated check details
Returns:
Nothing.
Getter details
Returns:
Details about this detection, such as movement or reach debugs.
Setter actionCommand
Description:
Changes the command that is executed when the chat alert is clicked.
Parameters:
actionCommand
- The new action command
Returns:
Nothing.
Getter actionCommand
Returns:
Command executed on click of the detection alert message.