Uses of Class
org.javacord.api.entity.message.mention.AllowedMentionType
-
Packages that use AllowedMentionType Package Description org.javacord.api.entity.message.mention -
-
Uses of AllowedMentionType in org.javacord.api.entity.message.mention
Methods in org.javacord.api.entity.message.mention that return AllowedMentionType Modifier and Type Method Description static AllowedMentionTypeAllowedMentionType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AllowedMentionType[]AllowedMentionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.javacord.api.entity.message.mention that return types with arguments of type AllowedMentionType Modifier and Type Method Description java.util.EnumSet<AllowedMentionType>AllowedMentions. getMentionTypes()Gets the explicitly allowed mention types from the message.
-