Class SocialReactionTrigger
java.lang.Object
ovh.mythmc.social.api.callback.reaction.SocialReactionTrigger
Event fired before a
Reaction is displayed.
This event is triggered before a reaction is displayed in the system. It allows for modification or cancellation of the reaction display. If the event is cancelled, the reaction will not be displayed.
Fields:
- user: The
SocialUserwho triggered the reaction. - reaction: The
Reactionbeing triggered. - cancelled: Whether this event has been cancelled, preventing the reaction from being displayed.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SocialReactionTrigger
public SocialReactionTrigger()
-