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 pFlag) ChainModifiers.setForked()ChainModifiers.setReturn()Methods in net.minecraft.commands.execution with parameters of type ChainModifiersModifier and TypeMethodDescriptionvoidCustomModifierExecutor.apply(T pOriginalSource, List<T> pSoruces, com.mojang.brigadier.context.ContextChain<T> pContextChain, ChainModifiers pChainModifiers, ExecutionControl<T> pExecutionControl) protected voidCustomCommandExecutor.WithErrorHandling.onError(com.mojang.brigadier.exceptions.CommandSyntaxException pError, T pSource, ChainModifiers pChainModifiers, TraceCallbacks pTraceCallbacks) voidCustomCommandExecutor.run(T pSource, com.mojang.brigadier.context.ContextChain<T> pContextChain, ChainModifiers pChainModifiers, ExecutionControl<T> pExecutionControl) final voidCustomCommandExecutor.WithErrorHandling.run(T p_306339_, com.mojang.brigadier.context.ContextChain<T> p_306289_, ChainModifiers p_309578_, ExecutionControl<T> p_306027_) protected abstract voidCustomCommandExecutor.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 ChainModifiersBuildContexts.Continuation.modifiersprivate final ChainModifiersExecuteCommand.modifiersMethods in net.minecraft.commands.execution.tasks with parameters of type ChainModifiersModifier and TypeMethodDescriptionprotected voidBuildContexts.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 TypeMethodDescriptionvoidExecuteCommand.ExecuteIfFunctionCustomModifier.apply(CommandSourceStack p_309582_, List<CommandSourceStack> p_309642_, com.mojang.brigadier.context.ContextChain<CommandSourceStack> p_309682_, ChainModifiers p_309694_, ExecutionControl<CommandSourceStack> p_309646_) voidReturnCommand.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) voidReturnCommand.ReturnFailCustomExecutor.run(T p_309679_, com.mojang.brigadier.context.ContextChain<T> p_309539_, ChainModifiers p_309649_, ExecutionControl<T> p_309599_) voidReturnCommand.ReturnValueCustomExecutor.run(T p_309669_, com.mojang.brigadier.context.ContextChain<T> p_306161_, ChainModifiers p_309665_, ExecutionControl<T> p_306298_) voidDebugCommand.TraceCustomExecutor.runGuarded(CommandSourceStack p_309716_, com.mojang.brigadier.context.ContextChain<CommandSourceStack> p_306169_, ChainModifiers p_309697_, ExecutionControl<CommandSourceStack> p_306283_) voidFunctionCommand.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 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)