Class GuildMemberUpdateNicknameEvent
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.update.GenericGuildMemberUpdateEvent<String>
net.dv8tion.jda.api.events.guild.member.update.GuildMemberUpdateNicknameEvent
- All Implemented Interfaces:
GenericEvent, UpdateEvent<Member,String>
Indicates that a
Member updated their Guild nickname.
Can be used to retrieve members who change their nickname, the triggering guild, the old nick and the new nick.
Identifier: nick
Requirements
This event requires the GUILD_MEMBERS intent to be enabled.
createDefault(String) and
createLight(String) disable this by default!
Additionally, this event requires 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 a specific event like this we
need to have the old member cached to compare against.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionGuildMemberUpdateNicknameEvent(JDA api, long responseNumber, Member member, String oldNick) -
Method Summary
Modifier and TypeMethodDescriptionThe new nicknameThe old nicknameMethods inherited from class GenericGuildMemberUpdateEvent
getEntity, getNewValue, getOldValue, getPropertyIdentifierMethods inherited from class GenericGuildMemberEvent
getMember, getUserMethods inherited from class GenericGuildEvent
getGuildMethods inherited from class Event
getJDA, getRawData, getResponseNumber, toStringMethods inherited from interface GenericEvent
getJDA, getRawData, getResponseNumberMethods inherited from interface UpdateEvent
getEntityType
-
Field Details
-
IDENTIFIER
- See Also:
-
-
Constructor Details
-
GuildMemberUpdateNicknameEvent
-
-
Method Details
-
getOldNickname
-
getNewNickname
-