Uses of Enum
com.github.ygimenez.type.Emote
Packages that use Emote
-
Uses of Emote in com.github.ygimenez.model
Methods in com.github.ygimenez.model that return types with arguments of type EmoteModifier and TypeMethodDescriptionInteractPage.getCaptions()Retrieves currentMapofButtoncaptions.Paginator.getEmotes()Methods in com.github.ygimenez.model with parameters of type EmoteModifier and TypeMethodDescriptionnet.dv8tion.jda.api.entities.emoji.EmojiRetrieves theEmojiassigned to the suppliedEmote.net.dv8tion.jda.api.entities.emoji.Emojinet.dv8tion.jda.api.interactions.components.buttons.ButtonInteractPage.makeButton(Emote emt)Creates a newButtonfrom configured styles and captions. -
Uses of Emote in com.github.ygimenez.type
Methods in com.github.ygimenez.type that return EmoteModifier and TypeMethodDescriptionstatic EmoteEmote.fromButton(net.dv8tion.jda.api.interactions.components.buttons.Button btn)Returns theEmoterepresented by the suppliedButton, if any.static EmoteEmote.getByEmoji(net.dv8tion.jda.api.entities.emoji.Emoji emoji)Retrieves theEmotelinked to suppliedEmoji.static EmoteReturns the enum constant of this type with the specified name.static Emote[]Emote.values()Returns an array containing the constants of this enum type, in the order they are declared.