Uses of Enum Class
io.papermc.paper.command.brigadier.CommandRegistrationFlag
Packages that use CommandRegistrationFlag
-
Uses of CommandRegistrationFlag in io.papermc.paper.command.brigadier
Methods in io.papermc.paper.command.brigadier that return CommandRegistrationFlagModifier and TypeMethodDescriptionstatic CommandRegistrationFlagReturns the enum constant of this class with the specified name.static CommandRegistrationFlag[]CommandRegistrationFlag.values()Returns an array containing the constants of this enum class, in the order they are declared.Method parameters in io.papermc.paper.command.brigadier with type arguments of type CommandRegistrationFlagModifier and TypeMethodDescriptionCommands.registerWithFlags(PluginMeta pluginMeta, com.mojang.brigadier.tree.LiteralCommandNode<CommandSourceStack> node, @Nullable String description, Collection<String> aliases, Set<CommandRegistrationFlag> flags) This allows configuring the registration of your command, which is not intended for public use.