Class GuildUpdateOwnerEvent
- java.lang.Object
-
- net.dv8tion.jda.api.events.Event
-
- net.dv8tion.jda.api.events.guild.GenericGuildEvent
-
- net.dv8tion.jda.api.events.guild.update.GenericGuildUpdateEvent<Member>
-
- net.dv8tion.jda.api.events.guild.update.GuildUpdateOwnerEvent
-
- All Implemented Interfaces:
GenericEvent
,UpdateEvent<Guild,Member>
public class GuildUpdateOwnerEvent extends GenericGuildUpdateEvent<Member>
Indicates that the owner of aGuild
changed.Can be used to detect when an owner of a guild changes and retrieve the old one
Identifier:
owner
-
-
Field Summary
Fields Modifier and Type Field Description static String
IDENTIFIER
-
Constructor Summary
Constructors Constructor Description GuildUpdateOwnerEvent(JDA api, long responseNumber, Guild guild, Member oldOwner)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Member
getNewOwner()
The new ownerMember
getOldOwner()
The old owner-
Methods inherited from class net.dv8tion.jda.api.events.guild.update.GenericGuildUpdateEvent
getEntity, getNewValue, getOldValue, getPropertyIdentifier, toString
-
Methods inherited from class net.dv8tion.jda.api.events.guild.GenericGuildEvent
getGuild
-
Methods inherited from class net.dv8tion.jda.api.events.Event
getJDA, getResponseNumber
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface net.dv8tion.jda.api.events.GenericEvent
getJDA, getResponseNumber
-
Methods inherited from interface net.dv8tion.jda.api.events.UpdateEvent
getEntityType
-
-
-
-
Field Detail
-
IDENTIFIER
public static final String IDENTIFIER
- See Also:
- Constant Field Values
-
-