Class UserUpdateGameEvent
- java.lang.Object
-
- net.dv8tion.jda.core.events.Event
-
- net.dv8tion.jda.core.events.user.GenericUserEvent
-
- net.dv8tion.jda.core.events.user.update.GenericUserUpdateEvent<T>
-
- net.dv8tion.jda.core.events.user.update.GenericUserPresenceEvent<Game>
-
- net.dv8tion.jda.core.events.user.update.UserUpdateGameEvent
-
- All Implemented Interfaces:
UpdateEvent<User,Game>
public class UserUpdateGameEvent extends GenericUserPresenceEvent<Game>
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
IDENTIFIER
-
Constructor Summary
Constructors Constructor Description UserUpdateGameEvent(JDA api, long responseNumber, User user, Guild guild, Game previousGame)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Game
getNewGame()
The newGame
Game
getOldGame()
The previousGame
-
Methods inherited from class net.dv8tion.jda.core.events.user.update.GenericUserPresenceEvent
getFriend, getGuild, getMember, isRelationshipUpdate
-
Methods inherited from class net.dv8tion.jda.core.events.user.update.GenericUserUpdateEvent
getEntity, getNewValue, getOldValue, getPropertyIdentifier, toString
-
Methods inherited from class net.dv8tion.jda.core.events.user.GenericUserEvent
getUser
-
Methods inherited from class net.dv8tion.jda.core.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.core.events.UpdateEvent
getEntityType
-
-
-
-
Field Detail
-
IDENTIFIER
public static final java.lang.String IDENTIFIER
- See Also:
- Constant Field Values
-
-