Uses of Interface
net.minecraft.commands.CommandResultCallback
Package
Description
-
Uses of CommandResultCallback in net.minecraft.commands
Modifier and TypeFieldDescriptionstatic final CommandResultCallback
CommandResultCallback.EMPTY
private final CommandResultCallback
CommandSourceStack.resultCallback
Modifier and TypeMethodDescriptionCommandSourceStack.callback()
ExecutionCommandSource.callback()
static CommandResultCallback
CommandResultCallback.chain
(CommandResultCallback p_309638_, CommandResultCallback p_309688_) Modifier and TypeMethodDescriptionstatic CommandResultCallback
CommandResultCallback.chain
(CommandResultCallback p_309638_, CommandResultCallback p_309688_) CommandSourceStack.withCallback
(CommandResultCallback p_309591_) CommandSourceStack.withCallback
(CommandResultCallback p_309575_, BinaryOperator<CommandResultCallback> p_305804_) ExecutionCommandSource.withCallback
(CommandResultCallback p_309572_) Modifier and TypeMethodDescriptionCommandSourceStack.withCallback
(CommandResultCallback p_309575_, BinaryOperator<CommandResultCallback> p_305804_) ModifierConstructorDescriptionprotected
CommandSourceStack
(CommandSource p_282943_, Vec3 p_282023_, Vec2 p_282896_, ServerLevel p_282659_, int p_283075_, String p_282379_, Component p_282469_, MinecraftServer p_281590_, Entity p_281515_, boolean p_282415_, CommandResultCallback p_309630_, EntityAnchorArgument.Anchor p_282332_, CommandSigningContext p_283585_, TaskChainer p_282376_) -
Uses of CommandResultCallback in net.minecraft.commands.execution
Modifier and TypeFieldDescriptionprivate final CommandResultCallback
Frame.returnValueConsumer
The field for thereturnValueConsumer
record component.Modifier and TypeMethodDescriptionFrame.returnValueConsumer()
Returns the value of thereturnValueConsumer
record component.Modifier and TypeMethodDescriptionprivate static <T extends ExecutionCommandSource<T>>
FrameExecutionContext.createTopFrame
(ExecutionContext<T> p_309594_, CommandResultCallback p_309689_) static <T extends ExecutionCommandSource<T>>
voidExecutionContext.queueInitialCommandExecution
(ExecutionContext<T> p_306236_, String p_305860_, com.mojang.brigadier.context.ContextChain<T> p_305784_, T p_306195_, CommandResultCallback p_309622_) static <T extends ExecutionCommandSource<T>>
voidExecutionContext.queueInitialFunctionCall
(ExecutionContext<T> p_309686_, InstantiatedFunction<T> p_306145_, T p_309607_, CommandResultCallback p_309681_) ModifierConstructorDescriptionFrame
(int depth, CommandResultCallback returnValueConsumer, Frame.FrameControl frameControl) Creates an instance of aFrame
record class. -
Uses of CommandResultCallback in net.minecraft.commands.execution.tasks
Modifier and TypeFieldDescriptionprivate final CommandResultCallback
IsolatedCall.output
private final CommandResultCallback
CallFunction.resultCallback
ModifierConstructorDescriptionCallFunction
(InstantiatedFunction<T> p_306069_, CommandResultCallback p_309620_, boolean p_309704_) IsolatedCall
(Consumer<ExecutionControl<T>> p_309621_, CommandResultCallback p_309666_) -
Uses of CommandResultCallback in net.minecraft.server.commands
Modifier and TypeMethodDescriptionprivate static <T extends ExecutionCommandSource<T>>
CommandResultCallbackFunctionCommand.decorateOutputIfNeeded
(T p_309706_, FunctionCommand.Callbacks<T> p_309672_, ResourceLocation p_309690_, CommandResultCallback p_309608_) Modifier and TypeMethodDescriptionprivate static <T extends ExecutionCommandSource<T>>
CommandResultCallbackFunctionCommand.decorateOutputIfNeeded
(T p_309706_, FunctionCommand.Callbacks<T> p_309672_, ResourceLocation p_309690_, CommandResultCallback p_309608_) private static <T extends ExecutionCommandSource<T>>
voidFunctionCommand.instantiateAndQueueFunctions
(CompoundTag p_309636_, ExecutionControl<T> p_309536_, com.mojang.brigadier.CommandDispatcher<T> p_309639_, T p_309605_, CommandFunction<T> p_309610_, ResourceLocation p_309719_, CommandResultCallback p_309544_, boolean p_309542_)