Uses of Class
org.javacord.api.entity.activity.ActivityType
-
Packages that use ActivityType Package Description org.javacord.api org.javacord.api.entity.activity -
-
Uses of ActivityType in org.javacord.api
Methods in org.javacord.api with parameters of type ActivityType Modifier and Type Method Description voidDiscordApi. updateActivity(ActivityType type, String name)Updates the activity of this bot with any type. -
Uses of ActivityType in org.javacord.api.entity.activity
Methods in org.javacord.api.entity.activity that return ActivityType Modifier and Type Method Description static ActivityTypeActivityType. getActivityTypeById(int id)Gets the activity type by its id.ActivityTypeActivity. getType()Gets the type of the activity.static ActivityTypeActivityType. valueOf(String name)Returns the enum constant of this type with the specified name.static ActivityType[]ActivityType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-