Uses of Interface
org.javacord.api.entity.Mentionable
-
-
Uses of Mentionable in org.javacord.api.entity.channel
Subinterfaces of Mentionable in org.javacord.api.entity.channel Modifier and Type Interface Description interfaceServerTextChannelThis class represents a server text channel. -
Uses of Mentionable in org.javacord.api.entity.emoji
Subinterfaces of Mentionable in org.javacord.api.entity.emoji Modifier and Type Interface Description interfaceCustomEmojiThis class represents a custom emoji.interfaceEmojiThis class represents an emoji which can be a custom emoji (known or unknown) or a unicode emoji.interfaceKnownCustomEmojiThis class represents a known custom emoji. -
Uses of Mentionable in org.javacord.api.entity.message
Methods in org.javacord.api.entity.message with parameters of type Mentionable Modifier and Type Method Description MessageBuilderMessageBuilder. append(Mentionable entity)Appends a mentionable entity (usually a user or channel) to the message. -
Uses of Mentionable in org.javacord.api.entity.message.internal
Methods in org.javacord.api.entity.message.internal with parameters of type Mentionable Modifier and Type Method Description voidMessageBuilderDelegate. append(Mentionable entity)Appends a mentionable entity (usually a user or channel) to the message. -
Uses of Mentionable in org.javacord.api.entity.permission
Subinterfaces of Mentionable in org.javacord.api.entity.permission Modifier and Type Interface Description interfaceRoleThis class represents a Discord role, e.g. -
Uses of Mentionable in org.javacord.api.entity.user
Subinterfaces of Mentionable in org.javacord.api.entity.user Modifier and Type Interface Description interfaceUserThis class represents a user.
-