Class GuildUpdateSplashEvent
java.lang.Object
net.dv8tion.jda.api.events.Event
net.dv8tion.jda.api.events.guild.GenericGuildEvent
net.dv8tion.jda.api.events.guild.update.GenericGuildUpdateEvent<String>
net.dv8tion.jda.api.events.guild.update.GuildUpdateSplashEvent
- All Implemented Interfaces:
GenericEvent
,UpdateEvent<Guild,
String>
Indicates that the splash of a
Guild
changed.
Can be used to detect when a guild splash changes and retrieve the old one
Identifier: splash
-
Field Summary
-
Constructor Summary
ConstructorDescriptionGuildUpdateSplashEvent
(JDA api, long responseNumber, Guild guild, String oldSplashId) -
Method Summary
Modifier and TypeMethodDescriptionThe new splash idThe url of the new splashThe old splash idThe url of the old splashMethods 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 Details
-
IDENTIFIER
- See Also:
-
-
Constructor Details
-
GuildUpdateSplashEvent
-
-
Method Details
-
getOldSplashId
The old splash id- Returns:
- The old splash id, or null
-
getOldSplashUrl
The url of the old splash- Returns:
- The url of the old splash, or null
-
getNewSplashId
The new splash id- Returns:
- The new splash id, or null
-
getNewSplashUrl
The url of the new splash- Returns:
- The url of the new splash, or null
-