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 pFlag) ChainModifiers.setForked()
ChainModifiers.setReturn()
Methods in net.minecraft.commands.execution with parameters of type ChainModifiersModifier and TypeMethodDescriptionvoid
CustomModifierExecutor.apply
(T pOriginalSource, List<T> pSoruces, com.mojang.brigadier.context.ContextChain<T> pContextChain, ChainModifiers pChainModifiers, ExecutionControl<T> pExecutionControl) protected void
CustomCommandExecutor.WithErrorHandling.onError
(com.mojang.brigadier.exceptions.CommandSyntaxException pError, T pSource, ChainModifiers pChainModifiers, TraceCallbacks pTraceCallbacks) void
CustomCommandExecutor.run
(T pSource, com.mojang.brigadier.context.ContextChain<T> pContextChain, ChainModifiers pChainModifiers, ExecutionControl<T> pExecutionControl) final void
CustomCommandExecutor.WithErrorHandling.run
(T pSource, com.mojang.brigadier.context.ContextChain<T> pContextChain, ChainModifiers pChainModifiers, ExecutionControl<T> pExecutionControl) protected abstract void
CustomCommandExecutor.WithErrorHandling.runGuarded
(T pSource, com.mojang.brigadier.context.ContextChain<T> pContextChain, ChainModifiers pChainModifiers, ExecutionControl<T> pExecutionControl) -
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 pOriginalSource, List<T> pSources, ExecutionContext<T> pContext, Frame pFrame, ChainModifiers pChainModifiers) Constructors in net.minecraft.commands.execution.tasks with parameters of type ChainModifiersModifierConstructorDescriptionContinuation
(String pCommandInput, com.mojang.brigadier.context.ContextChain<T> pCommand, ChainModifiers pModifiers, T pOriginalSource, List<T> pSources) ExecuteCommand
(String pCommandInput, ChainModifiers pModifiers, com.mojang.brigadier.context.CommandContext<T> pExecutionContext) -
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 pOriginalSource, List<CommandSourceStack> pSoruces, com.mojang.brigadier.context.ContextChain<CommandSourceStack> pContextChain, ChainModifiers pChainModifiers, ExecutionControl<CommandSourceStack> pExecutionControl) 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>> pFunctions, CompoundTag pArguments, T pOriginalSource, T pSource, ExecutionControl<T> pExecutionControl, FunctionCommand.Callbacks<T> pCallbacks, ChainModifiers pChainModifiers) 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 pSource, com.mojang.brigadier.context.ContextChain<CommandSourceStack> pContextChain, ChainModifiers pChainModifiers, ExecutionControl<CommandSourceStack> pExecutionControl) void
FunctionCommand.FunctionCustomExecutor.runGuarded
(CommandSourceStack pSource, com.mojang.brigadier.context.ContextChain<CommandSourceStack> pContextChain, ChainModifiers pChainModifiers, ExecutionControl<CommandSourceStack> pExecutionControl) static <T extends ExecutionCommandSource<T>>
voidExecuteCommand.scheduleFunctionConditionsAndTest
(T pOriginalSource, List<T> pSources, Function<T, T> pSourceModifier, IntPredicate pSuccessCheck, com.mojang.brigadier.context.ContextChain<T> pContextChain, CompoundTag pArguments, ExecutionControl<T> pExecutionControl, ExecuteCommand.CommandGetter<T, Collection<CommandFunction<T>>> pFunctions, ChainModifiers pChainModifiers)