Uses of Class
net.joseplay.allianceutils.api.discord.webhook.WebHookMessage
Packages that use WebHookMessage
-
Uses of WebHookMessage in net.joseplay.allianceutils.api.discord.webhook
Methods in net.joseplay.allianceutils.api.discord.webhook that return WebHookMessageModifier and TypeMethodDescriptionWebHookMessage.addEmbed(WebHookEmbed embed) Adds an embed to the message.WebHookMessage.setAvatarUrl(String avatarUrl) Overrides the webhook avatar.WebHookMessage.setContent(String content) Sets the plain text content of the message.WebHookMessage.setUsername(String username) Overrides the webhook username.WebHookMessage.suppressNotifications()Suppresses notifications for this message.Methods in net.joseplay.allianceutils.api.discord.webhook with parameters of type WebHookMessageModifier and TypeMethodDescriptionvoidDiscordWebhookSender.send(WebHookMessage message) Sends a webhook message asynchronously to avoid blocking the main thread.