Class GuildMemberRoleAddEvent
- java.lang.Object
-
- net.dv8tion.jda.api.events.Event
-
- net.dv8tion.jda.api.events.guild.GenericGuildEvent
-
- net.dv8tion.jda.api.events.guild.member.GenericGuildMemberEvent
-
- net.dv8tion.jda.api.events.guild.member.GuildMemberRoleAddEvent
-
- All Implemented Interfaces:
GenericEvent
public class GuildMemberRoleAddEvent extends GenericGuildMemberEvent
Indicates that one or moreRoles
were assigned to aMember
.
This event requiresguild subscriptions
to be enabled.Can be used to retrieve affected member and guild. Provides a list of added roles.
-
-
Constructor Summary
Constructors Constructor Description GuildMemberRoleAddEvent(JDA api, long responseNumber, Member member, List<Role> addedRoles)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Role>
getRoles()
The list of roles that were added-
Methods inherited from class net.dv8tion.jda.api.events.guild.member.GenericGuildMemberEvent
getMember, getUser
-
Methods inherited from class net.dv8tion.jda.api.events.guild.GenericGuildEvent
getGuild
-
Methods inherited from class net.dv8tion.jda.api.events.Event
getJDA, getResponseNumber
-
-