Uses of Interface
org.javacord.api.entity.message.MessageAuthor
-
-
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.Methods in org.javacord.api.entity.message with parameters of type MessageAuthor Modifier and Type Method Description WebhookMessageBuilderWebhookMessageBuilder. setDisplayAuthor(MessageAuthor author)Sets the display avatar of the webhook. -
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.entity.message.internal
Methods in org.javacord.api.entity.message.internal with parameters of type MessageAuthor Modifier and Type Method Description default voidWebhookMessageBuilderDelegate. setDisplayAuthor(MessageAuthor author)Sets the display avatar of the webhook. -
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 java.util.Optional<MessageAuthor>OptionalMessageEvent. getMessageAuthor()Gets the author of the event's message.
-