CustomEmojiBuilder |
CustomEmojiBuilder.addRoleToWhitelist(Role role) |
Adds a role to the whitelist.
|
CustomEmojiBuilder |
CustomEmojiBuilder.setAuditLogReason(String reason) |
Sets the reason for the creation.
|
CustomEmojiBuilder |
CustomEmojiBuilder.setImage(byte[] image) |
Sets the image of the emoji.
|
CustomEmojiBuilder |
CustomEmojiBuilder.setImage(byte[] image,
String type) |
Sets the image of the emoji.
|
CustomEmojiBuilder |
CustomEmojiBuilder.setImage(BufferedImage image) |
Sets the image of the emoji.
|
CustomEmojiBuilder |
CustomEmojiBuilder.setImage(BufferedImage image,
String type) |
Sets the image of the emoji.
|
CustomEmojiBuilder |
CustomEmojiBuilder.setImage(File image) |
Sets the image of the emoji.
|
CustomEmojiBuilder |
CustomEmojiBuilder.setImage(InputStream image) |
Sets the image of the emoji.
|
CustomEmojiBuilder |
CustomEmojiBuilder.setImage(InputStream image,
String type) |
Sets the image of the emoji.
|
CustomEmojiBuilder |
CustomEmojiBuilder.setImage(URL image) |
Sets the image of the emoji.
|
CustomEmojiBuilder |
CustomEmojiBuilder.setImage(Icon image) |
Sets the image of the emoji.
|
CustomEmojiBuilder |
CustomEmojiBuilder.setName(String name) |
Sets the name of the emoji.
|
CustomEmojiBuilder |
CustomEmojiBuilder.setWhitelist(Collection<Role> roles) |
Sets the roles which should be whitelisted.
|
CustomEmojiBuilder |
CustomEmojiBuilder.setWhitelist(Role... roles) |
Sets the roles which should be whitelisted.
|