Uses of Interface
org.javacord.api.entity.message.Reaction
-
Packages that use Reaction Package Description org.javacord.api.entity.message org.javacord.api.event.message.reaction -
-
Uses of Reaction in org.javacord.api.entity.message
Methods in org.javacord.api.entity.message that return types with arguments of type Reaction Modifier and Type Method Description default Optional<Reaction>Message. getReactionByEmoji(String unicodeEmoji)Gets a reaction by its unicode emoji.default Optional<Reaction>Message. getReactionByEmoji(Emoji emoji)Gets a reaction by its emoji.List<Reaction>Message. getReactions()Gets a list with all reactions of the message. -
Uses of Reaction in org.javacord.api.event.message.reaction
Methods in org.javacord.api.event.message.reaction that return types with arguments of type Reaction Modifier and Type Method Description Optional<Reaction>SingleReactionEvent. getReaction()Gets the reaction if the message is cached and the reaction exists.CompletableFuture<Optional<Reaction>>SingleReactionEvent. requestReaction()Gets the reaction if it exists.
-