Package net.dv8tion.jda.api.events.guild.member.update
package net.dv8tion.jda.api.events.guild.member.update
Events for 
Member updates.
 Requirements
 
These events require the GUILD_MEMBERS intent to be enabled.
 createDefault(String) and
 createLight(String) disable this by default!
 
Additionally, these events require the MemberCachePolicy
 to cache the updated members. Discord does not specifically tell us about the updates, but merely tells us the
 member was updated and gives us the updated member object. In order to fire specific events we
 need to have the old member cached to compare against.
- 
ClassesClassDescriptionIndicates that a
Guildmember event is fired.Indicates that theMember.getFlags()flags for aMemberwere updated.Indicates that aMemberhas agreed to Membership Screening requirements.Indicates that aMemberhad their time out changed.