Uses of Interface
org.javacord.api.entity.activity.Activity
-
Packages that use Activity Package Description org.javacord.api org.javacord.api.entity.user org.javacord.api.event.user -
-
Uses of Activity in org.javacord.api
Methods in org.javacord.api that return types with arguments of type Activity Modifier and Type Method Description Optional<Activity>DiscordApi. getActivity()Gets the activity which should be displayed. -
Uses of Activity in org.javacord.api.entity.user
Methods in org.javacord.api.entity.user that return types with arguments of type Activity Modifier and Type Method Description Optional<Activity>User. getActivity()Gets the activity of the user. -
Uses of Activity in org.javacord.api.event.user
Methods in org.javacord.api.event.user that return types with arguments of type Activity Modifier and Type Method Description Optional<Activity>UserChangeActivityEvent. getNewActivity()Gets the new activity of the user.Optional<Activity>UserChangeActivityEvent. getOldActivity()Gets the old activity of the user.
-