Uses of Class
org.javacord.api.entity.intent.Intent
-
Packages that use Intent Package Description org.javacord.api org.javacord.api.entity.intent org.javacord.api.internal -
-
Uses of Intent in org.javacord.api
Methods in org.javacord.api that return types with arguments of type Intent Modifier and Type Method Description Set<Intent>DiscordApi. getIntents()Gets the intents used to receive some or all events specified inIntent.Methods in org.javacord.api with parameters of type Intent Modifier and Type Method Description DiscordApiBuilderDiscordApiBuilder. setAllIntentsExcept(Intent... intentsToOmit)Sets all intents except the given intents.DiscordApiBuilderDiscordApiBuilder. setAllNonPrivilegedIntentsExcept(Intent... intentsToOmit)Sets all non privileged intents except the given intents.DiscordApiBuilderDiscordApiBuilder. setIntents(Intent... intents)Sets intent for the events which should be received.Method parameters in org.javacord.api with type arguments of type Intent Modifier and Type Method Description DiscordApiBuilderDiscordApiBuilder. setAllIntentsWhere(Predicate<Intent> condition)Sets the intents where the given predicate matches. -
Uses of Intent in org.javacord.api.entity.intent
Methods in org.javacord.api.entity.intent that return Intent Modifier and Type Method Description static IntentIntent. valueOf(String name)Returns the enum constant of this type with the specified name.static Intent[]Intent. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.javacord.api.entity.intent with parameters of type Intent Modifier and Type Method Description static intIntent. calculateBitmask(Intent... intents)Gets the bitmask from the given intents. -
Uses of Intent in org.javacord.api.internal
Method parameters in org.javacord.api.internal with type arguments of type Intent Modifier and Type Method Description voidDiscordApiBuilderDelegate. setAllIntentsWhere(Predicate<Intent> condition)Sets the intents where the given predicate matches.
-