Uses of Class
org.javacord.api.entity.DiscordClient
-
Packages that use DiscordClient Package Description org.javacord.api.entity org.javacord.api.entity.user org.javacord.api.event.user -
-
Uses of DiscordClient in org.javacord.api.entity
Methods in org.javacord.api.entity that return DiscordClient Modifier and Type Method Description static DiscordClientDiscordClient. valueOf(String name)Returns the enum constant of this type with the specified name.static DiscordClient[]DiscordClient. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of DiscordClient in org.javacord.api.entity.user
Methods in org.javacord.api.entity.user that return types with arguments of type DiscordClient Modifier and Type Method Description default Set<DiscordClient>User. getCurrentClients()Gets all clients of the user that are notoffline.Methods in org.javacord.api.entity.user with parameters of type DiscordClient Modifier and Type Method Description UserStatusUser. getStatusOnClient(DiscordClient client)Gets the status of the user on the given client. -
Uses of DiscordClient in org.javacord.api.event.user
Methods in org.javacord.api.event.user with parameters of type DiscordClient Modifier and Type Method Description UserStatusUserChangeStatusEvent. getNewStatusOnClient(DiscordClient client)Gets the new status on the given client.UserStatusUserChangeStatusEvent. getOldStatusOnClient(DiscordClient client)Gets the old status on the given client.default booleanUserChangeStatusEvent. hasStatusChangeOnClient(DiscordClient client)Checks if the status has changed on the given client.
-