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 ChainModifiers
ChainModifiers.setFlag
(byte flag) ChainModifiers.setForked()
ChainModifiers.setReturn()
Methods in net.minecraft.commands.execution with parameters of type ChainModifiersModifier and TypeMethodDescriptionvoid
CustomModifierExecutor.apply
(T originalSource, List<T> soruces, com.mojang.brigadier.context.ContextChain<T> contextChain, ChainModifiers chainModifiers, ExecutionControl<T> executionControl) protected void
CustomCommandExecutor.WithErrorHandling.onError
(com.mojang.brigadier.exceptions.CommandSyntaxException error, T source, ChainModifiers chainModifiers, TraceCallbacks traceCallbacks) void
CustomCommandExecutor.run
(T source, com.mojang.brigadier.context.ContextChain<T> contextChain, ChainModifiers chainModifiers, ExecutionControl<T> executionControl) final void
CustomCommandExecutor.WithErrorHandling.run
(T source, com.mojang.brigadier.context.ContextChain<T> contextChain, ChainModifiers chainModifiers, ExecutionControl<T> executionControl) protected abstract void
CustomCommandExecutor.WithErrorHandling.runGuarded
(T source, com.mojang.brigadier.context.ContextChain<T> contextChain, ChainModifiers chainModifiers, ExecutionControl<T> executionControl) -
Uses of ChainModifiers in net.minecraft.commands.execution.tasks
Fields in net.minecraft.commands.execution.tasks declared as ChainModifiersModifier and TypeFieldDescriptionprivate final ChainModifiers
BuildContexts.Continuation.modifiers
private final ChainModifiers
ExecuteCommand.modifiers
Methods in net.minecraft.commands.execution.tasks with parameters of type ChainModifiersModifier and TypeMethodDescriptionprotected void
BuildContexts.execute
(T originalSource, List<T> sources, ExecutionContext<T> context, Frame frame, ChainModifiers chainModifiers) Constructors in net.minecraft.commands.execution.tasks with parameters of type ChainModifiersModifierConstructorDescriptionContinuation
(String commandInput, com.mojang.brigadier.context.ContextChain<T> command, ChainModifiers modifiers, T originalSource, List<T> sources) ExecuteCommand
(String commandInput, ChainModifiers modifiers, com.mojang.brigadier.context.CommandContext<T> executionContext) -
Uses of ChainModifiers in net.minecraft.server.commands
Methods in net.minecraft.server.commands with parameters of type ChainModifiersModifier and TypeMethodDescriptionvoid
ExecuteCommand.ExecuteIfFunctionCustomModifier.apply
(CommandSourceStack originalSource, List<CommandSourceStack> soruces, com.mojang.brigadier.context.ContextChain<CommandSourceStack> contextChain, ChainModifiers chainModifiers, ExecutionControl<CommandSourceStack> executionControl) void
ReturnCommand.ReturnFromCommandCustomModifier.apply
(T p_309535_, List<T> p_305925_, com.mojang.brigadier.context.ContextChain<T> p_305969_, ChainModifiers p_309676_, ExecutionControl<T> p_305873_) static <T extends ExecutionCommandSource<T>>
voidFunctionCommand.queueFunctions
(Collection<CommandFunction<T>> functions, CompoundTag arguments, T originalSource, T source, ExecutionControl<T> executionControl, FunctionCommand.Callbacks<T> callbacks, ChainModifiers chainModifiers) void
ReturnCommand.ReturnFailCustomExecutor.run
(T p_309679_, com.mojang.brigadier.context.ContextChain<T> p_309539_, ChainModifiers p_309649_, ExecutionControl<T> p_309599_) void
ReturnCommand.ReturnValueCustomExecutor.run
(T p_309669_, com.mojang.brigadier.context.ContextChain<T> p_306161_, ChainModifiers p_309665_, ExecutionControl<T> p_306298_) void
DebugCommand.TraceCustomExecutor.runGuarded
(CommandSourceStack source, com.mojang.brigadier.context.ContextChain<CommandSourceStack> contextChain, ChainModifiers chainModifiers, ExecutionControl<CommandSourceStack> executionControl) void
FunctionCommand.FunctionCustomExecutor.runGuarded
(CommandSourceStack source, com.mojang.brigadier.context.ContextChain<CommandSourceStack> contextChain, ChainModifiers chainModifiers, ExecutionControl<CommandSourceStack> executionControl) static <T extends ExecutionCommandSource<T>>
voidExecuteCommand.scheduleFunctionConditionsAndTest
(T originalSource, List<T> sources, Function<T, T> sourceModifier, IntPredicate successCheck, com.mojang.brigadier.context.ContextChain<T> contextChain, CompoundTag arguments, ExecutionControl<T> executionControl, ExecuteCommand.CommandGetter<T, Collection<CommandFunction<T>>> functions, ChainModifiers chainModifiers)