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 p_309560_) ChainModifiers.setForked()
ChainModifiers.setReturn()
Methods in net.minecraft.commands.execution with parameters of type ChainModifiersModifier and TypeMethodDescriptionvoid
CustomModifierExecutor.apply
(T p_309576_, List<T> p_305872_, com.mojang.brigadier.context.ContextChain<T> p_306034_, ChainModifiers p_309561_, ExecutionControl<T> p_305771_) protected void
CustomCommandExecutor.WithErrorHandling.onError
(com.mojang.brigadier.exceptions.CommandSyntaxException p_306165_, T p_306155_, ChainModifiers p_309597_, TraceCallbacks p_307254_) void
CustomCommandExecutor.run
(T p_306241_, com.mojang.brigadier.context.ContextChain<T> p_305832_, ChainModifiers p_309612_, ExecutionControl<T> p_306256_) final void
CustomCommandExecutor.WithErrorHandling.run
(T p_306339_, com.mojang.brigadier.context.ContextChain<T> p_306289_, ChainModifiers p_309578_, ExecutionControl<T> p_306027_) protected abstract void
CustomCommandExecutor.WithErrorHandling.runGuarded
(T p_306117_, com.mojang.brigadier.context.ContextChain<T> p_306121_, ChainModifiers p_309631_, ExecutionControl<T> p_305981_) -
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 p_309567_, List<T> p_306303_, ExecutionContext<T> p_305977_, Frame p_309603_, ChainModifiers p_309659_) Constructors in net.minecraft.commands.execution.tasks with parameters of type ChainModifiersModifierConstructorDescriptionContinuation
(String p_306217_, com.mojang.brigadier.context.ContextChain<T> p_305988_, ChainModifiers p_309702_, T p_309701_, List<T> p_306017_) ExecuteCommand
(String p_306273_, ChainModifiers p_309556_, com.mojang.brigadier.context.CommandContext<T> p_305919_) -
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 p_309582_, List<CommandSourceStack> p_309642_, com.mojang.brigadier.context.ContextChain<CommandSourceStack> p_309682_, ChainModifiers p_309694_, ExecutionControl<CommandSourceStack> p_309646_) 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>> p_305938_, CompoundTag p_306214_, T p_306048_, T p_305876_, ExecutionControl<T> p_305902_, FunctionCommand.Callbacks<T> p_306230_, ChainModifiers p_309589_) 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 p_309716_, com.mojang.brigadier.context.ContextChain<CommandSourceStack> p_306169_, ChainModifiers p_309697_, ExecutionControl<CommandSourceStack> p_306283_) void
FunctionCommand.FunctionCustomExecutor.runGuarded
(CommandSourceStack p_305800_, com.mojang.brigadier.context.ContextChain<CommandSourceStack> p_305848_, ChainModifiers p_309662_, ExecutionControl<CommandSourceStack> p_306013_) static <T extends ExecutionCommandSource<T>>
voidExecuteCommand.scheduleFunctionConditionsAndTest
(T p_309624_, List<T> p_306057_, Function<T, T> p_306045_, IntPredicate p_306343_, com.mojang.brigadier.context.ContextChain<T> p_306308_, CompoundTag p_306076_, ExecutionControl<T> p_306202_, ExecuteCommand.CommandGetter<T, Collection<CommandFunction<T>>> p_305836_, ChainModifiers p_309703_)