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 Set<Activity>User. getActivities()Gets the activities 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 Set<Activity>UserChangeActivityEvent. getNewActivities()Gets the new activities of the user.Set<Activity>UserChangeActivityEvent. getOldActivities()Gets the old activities of the user.
-