Uses of Interface
net.minecraft.server.commands.ExecuteCommand.CommandPredicate
Packages that use ExecuteCommand.CommandPredicate
-
Uses of ExecuteCommand.CommandPredicate in net.minecraft.server.commands
Methods in net.minecraft.server.commands with parameters of type ExecuteCommand.CommandPredicateModifier and TypeMethodDescriptionprivate static com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> ExecuteCommand.addConditional(com.mojang.brigadier.tree.CommandNode<CommandSourceStack> root, com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> argument, boolean expected, ExecuteCommand.CommandPredicate predicate)