Uses of Class
org.javacord.api.interaction.UserContextMenuBuilder
-
Packages that use UserContextMenuBuilder Package Description org.javacord.api.interaction -
-
Uses of UserContextMenuBuilder in org.javacord.api.interaction
Methods in org.javacord.api.interaction that return UserContextMenuBuilder Modifier and Type Method Description static UserContextMenuBuilderUserContextMenu. with(java.lang.String name)Create a new user context menu builder with the given name and description.static UserContextMenuBuilderUserContextMenu. withRequiredPermissions(java.lang.String name, java.util.EnumSet<PermissionType> requiredPermissions)Create a new user context menu command builder with the given name and description.static UserContextMenuBuilderUserContextMenu. withRequiredPermissions(java.lang.String name, PermissionType... requiredPermissions)Create a new user context menu command builder with the given name and description.
-