Package org.javacord.api.entity
Interface Mentionable
-
- All Known Subinterfaces:
CustomEmoji,Emoji,KnownCustomEmoji,Role,ServerForumChannel,ServerTextChannel,ServerThreadChannel,SlashCommand,UnknownRegularServerChannel,UnknownServerChannel,User
public interface MentionableThis class represents an entity which is mentionable.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetMentionTag()Gets the tag used to mention the entity.
-