default AccountUpdater |
DiscordApi.createAccountUpdater() |
Creates an account updater for the current account.
|
AccountUpdater |
AccountUpdater.setAvatar(byte[] avatar) |
Queues the avatar of the connected account to get updated.
|
AccountUpdater |
AccountUpdater.setAvatar(byte[] avatar,
java.lang.String fileType) |
Queues the avatar of the connected account to get updated.
|
AccountUpdater |
AccountUpdater.setAvatar(java.awt.image.BufferedImage avatar) |
Queues the avatar of the connected account to get updated.
|
AccountUpdater |
AccountUpdater.setAvatar(java.awt.image.BufferedImage avatar,
java.lang.String fileType) |
Queues the avatar of the connected account to get updated.
|
AccountUpdater |
AccountUpdater.setAvatar(java.io.File avatar) |
Queues the avatar of the connected account to get updated.
|
AccountUpdater |
AccountUpdater.setAvatar(java.io.InputStream avatar) |
Queues the avatar of the connected account to get updated.
|
AccountUpdater |
AccountUpdater.setAvatar(java.io.InputStream avatar,
java.lang.String fileType) |
Queues the avatar of the connected account to get updated.
|
AccountUpdater |
AccountUpdater.setAvatar(java.net.URL avatar) |
Queues the avatar of the connected account to get updated.
|
AccountUpdater |
AccountUpdater.setAvatar(Icon avatar) |
Queues the avatar of the connected account to get updated.
|
AccountUpdater |
AccountUpdater.setUsername(java.lang.String username) |
Queues the username of the connected account to get updated.
|