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,
String fileType) |
Queues the avatar of the connected account to get updated.
|
AccountUpdater |
AccountUpdater.setAvatar(BufferedImage avatar) |
Queues the avatar of the connected account to get updated.
|
AccountUpdater |
AccountUpdater.setAvatar(BufferedImage avatar,
String fileType) |
Queues the avatar of the connected account to get updated.
|
AccountUpdater |
AccountUpdater.setAvatar(File avatar) |
Queues the avatar of the connected account to get updated.
|
AccountUpdater |
AccountUpdater.setAvatar(InputStream avatar) |
Queues the avatar of the connected account to get updated.
|
AccountUpdater |
AccountUpdater.setAvatar(InputStream avatar,
String fileType) |
Queues the avatar of the connected account to get updated.
|
AccountUpdater |
AccountUpdater.setAvatar(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(String username) |
Queues the username of the connected account to get updated.
|