Uses of Record Class
net.minecraft.commands.execution.ChainModifiers
Packages that use ChainModifiers
Package
Description
-
Uses of ChainModifiers in net.minecraft.commands.execution
Fields in net.minecraft.commands.execution declared as ChainModifiersMethods in net.minecraft.commands.execution that return ChainModifiersModifier and TypeMethodDescriptionprivate ChainModifiersChainModifiers.setFlag(byte p_312898_) ChainModifiers.setForked()ChainModifiers.setReturn()Methods in net.minecraft.commands.execution with parameters of type ChainModifiersModifier and TypeMethodDescriptionvoidCustomModifierExecutor.apply(T p_312110_, List<T> p_310809_, com.mojang.brigadier.context.ContextChain<T> p_312566_, ChainModifiers p_312568_, ExecutionControl<T> p_313127_) protected voidCustomCommandExecutor.WithErrorHandling.onError(com.mojang.brigadier.exceptions.CommandSyntaxException p_313040_, T p_312743_, ChainModifiers p_309642_, TraceCallbacks p_309545_) voidCustomCommandExecutor.run(T p_310884_, com.mojang.brigadier.context.ContextChain<T> p_312906_, ChainModifiers p_310837_, ExecutionControl<T> p_310586_) final voidCustomCommandExecutor.WithErrorHandling.run(T p_310241_, com.mojang.brigadier.context.ContextChain<T> p_311766_, ChainModifiers p_310779_, ExecutionControl<T> p_309382_) protected abstract voidCustomCommandExecutor.WithErrorHandling.runGuarded(T p_311664_, com.mojang.brigadier.context.ContextChain<T> p_312225_, ChainModifiers p_309888_, ExecutionControl<T> p_313051_) -
Uses of ChainModifiers in net.minecraft.commands.execution.tasks
Fields in net.minecraft.commands.execution.tasks declared as ChainModifiersModifier and TypeFieldDescriptionprivate final ChainModifiersBuildContexts.Continuation.modifiersprivate final ChainModifiersExecuteCommand.modifiersMethods in net.minecraft.commands.execution.tasks with parameters of type ChainModifiersModifier and TypeMethodDescriptionprotected voidBuildContexts.execute(T p_309755_, List<T> p_310231_, ExecutionContext<T> p_311779_, Frame p_313162_, ChainModifiers p_310618_) Constructors in net.minecraft.commands.execution.tasks with parameters of type ChainModifiersModifierConstructorDescriptionContinuation(String p_312336_, com.mojang.brigadier.context.ContextChain<T> p_312118_, ChainModifiers p_311446_, T p_312390_, List<T> p_311252_) ExecuteCommand(String p_310766_, ChainModifiers p_309629_, com.mojang.brigadier.context.CommandContext<T> p_310460_) -
Uses of ChainModifiers in net.minecraft.server.commands
Methods in net.minecraft.server.commands with parameters of type ChainModifiersModifier and TypeMethodDescriptionvoidExecuteCommand.ExecuteIfFunctionCustomModifier.apply(CommandSourceStack p_312164_, List<CommandSourceStack> p_311631_, com.mojang.brigadier.context.ContextChain<CommandSourceStack> p_310925_, ChainModifiers p_312971_, ExecutionControl<CommandSourceStack> p_312212_) voidReturnCommand.ReturnFromCommandCustomModifier.apply(T p_310700_, List<T> p_310930_, com.mojang.brigadier.context.ContextChain<T> p_313059_, ChainModifiers p_313220_, ExecutionControl<T> p_311638_) static <T extends ExecutionCommandSource<T>>
voidFunctionCommand.queueFunctions(Collection<CommandFunction<T>> p_311080_, CompoundTag p_311435_, T p_310141_, T p_312402_, ExecutionControl<T> p_309669_, FunctionCommand.Callbacks<T> p_312300_, ChainModifiers p_312226_) voidReturnCommand.ReturnFailCustomExecutor.run(T p_312804_, com.mojang.brigadier.context.ContextChain<T> p_313125_, ChainModifiers p_309843_, ExecutionControl<T> p_311523_) voidReturnCommand.ReturnValueCustomExecutor.run(T p_309785_, com.mojang.brigadier.context.ContextChain<T> p_312976_, ChainModifiers p_309726_, ExecutionControl<T> p_310375_) voidDebugCommand.TraceCustomExecutor.runGuarded(CommandSourceStack p_309819_, com.mojang.brigadier.context.ContextChain<CommandSourceStack> p_311173_, ChainModifiers p_312111_, ExecutionControl<CommandSourceStack> p_311988_) voidFunctionCommand.FunctionCustomExecutor.runGuarded(CommandSourceStack p_310423_, com.mojang.brigadier.context.ContextChain<CommandSourceStack> p_311781_, ChainModifiers p_313209_, ExecutionControl<CommandSourceStack> p_312609_) static <T extends ExecutionCommandSource<T>>
voidExecuteCommand.scheduleFunctionConditionsAndTest(T p_311643_, List<T> p_313143_, Function<T, T> p_312920_, IntPredicate p_311696_, com.mojang.brigadier.context.ContextChain<T> p_311450_, CompoundTag p_313177_, ExecutionControl<T> p_310605_, ExecuteCommand.CommandGetter<T, Collection<CommandFunction<T>>> p_311694_, ChainModifiers p_312493_)