Uses of Enum Class
io.papermc.paper.command.brigadier.CommandRegistrationFlag
-
Uses of CommandRegistrationFlag in io.papermc.paper.command.brigadier
Modifier and TypeMethodDescriptionstatic CommandRegistrationFlag
Returns 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.Modifier and TypeMethodDescriptionCommands.registerWithFlags
(@NotNull PluginMeta pluginMeta, @NotNull com.mojang.brigadier.tree.LiteralCommandNode<CommandSourceStack> node, @Nullable String description, @NotNull Collection<String> aliases, @NotNull Set<CommandRegistrationFlag> flags) This allows configuring the registration of your command, which is not intended for public use.