Package org.javacord.api.entity
Interface Mentionable
-
- All Known Subinterfaces:
CustomEmoji,Emoji,KnownCustomEmoji,Role,ServerTextChannel,User
public interface MentionableThis class represents an entity which is mentionable.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetMentionTag()Gets the tag used to mention the entity.
-
-
-
Method Detail
-
getMentionTag
String getMentionTag()
Gets the tag used to mention the entity.- Returns:
- The tag used to mention the entity.
-
-