Uses of Interface
org.javacord.api.entity.message.MessageAuthor
-
Packages that use MessageAuthor Package Description org.javacord.api.entity.message org.javacord.api.entity.message.embed org.javacord.api.entity.message.embed.internal org.javacord.api.event.message -
-
Uses of MessageAuthor in org.javacord.api.entity.message
Methods in org.javacord.api.entity.message that return MessageAuthor Modifier and Type Method Description MessageAuthorMessage. getAuthor()Gets the author of the message. -
Uses of MessageAuthor in org.javacord.api.entity.message.embed
Methods in org.javacord.api.entity.message.embed with parameters of type MessageAuthor Modifier and Type Method Description EmbedBuilderEmbedBuilder. setAuthor(MessageAuthor author)Sets the author of the embed. -
Uses of MessageAuthor in org.javacord.api.entity.message.embed.internal
Methods in org.javacord.api.entity.message.embed.internal with parameters of type MessageAuthor Modifier and Type Method Description voidEmbedBuilderDelegate. setAuthor(MessageAuthor author)Sets the author of the embed. -
Uses of MessageAuthor in org.javacord.api.event.message
Methods in org.javacord.api.event.message that return MessageAuthor Modifier and Type Method Description default MessageAuthorCertainMessageEvent. getMessageAuthor()Gets the author of the event's message.Methods in org.javacord.api.event.message that return types with arguments of type MessageAuthor Modifier and Type Method Description default Optional<MessageAuthor>OptionalMessageEvent. getMessageAuthor()Gets the author of the event's message.
-