Uses of Class
org.javacord.api.entity.permission.RoleBuilder
-
Packages that use RoleBuilder Package Description org.javacord.api.entity.permission org.javacord.api.entity.server -
-
Uses of RoleBuilder in org.javacord.api.entity.permission
Methods in org.javacord.api.entity.permission that return RoleBuilder Modifier and Type Method Description RoleBuilderRoleBuilder. setAuditLogReason(java.lang.String reason)Sets the reason for the creation.RoleBuilderRoleBuilder. setColor(java.awt.Color color)Sets the color of the role.RoleBuilderRoleBuilder. setDisplaySeparately(boolean displaySeparately)Sets if the role should be pinned in the user listing (sometimes called "hoist").RoleBuilderRoleBuilder. setMentionable(boolean mentionable)Sets if the role is mentionable or not.RoleBuilderRoleBuilder. setName(java.lang.String name)Sets the name of the role.RoleBuilderRoleBuilder. setPermissions(Permissions permissions)Sets the permissions of the role. -
Uses of RoleBuilder in org.javacord.api.entity.server
Methods in org.javacord.api.entity.server that return RoleBuilder Modifier and Type Method Description default RoleBuilderServer. createRoleBuilder()Creates a new role builder.
-