| public static void | |
| private static NbtCompound | |
| public static ServerCommandSource | |
| public static <T extends AbstractServerCommandSource<T>> void | | queueFunctions(Collection<CommandFunction<T>> functions, CompoundTag arguments, T originalSource, T functionSource, ExecutionControl<T> output, FunctionCommand$Callbacks<T> callbacks, ChainModifiers modifiers) | | queueFunctions(Collection<CommandFunction<T>> functions, CompoundTag arguments, T originalSource, T functionSource, ExecutionControl<T> output, FunctionCommand$Callbacks<T> callbacks, ChainModifiers modifiers) | | method_54275(Collection<class_2158<T>> arg0, class_2487 arg1, T arg2, T arg3, class_8855<T> arg4, class_3062$class_8832<T> arg5, class_8936 arg6) | | enqueueAction(Collection<CommandFunction<T>> commandFunctions, NbtCompound args, T parentSource, T functionSource, ExecutionControl<T> control, FunctionCommand$ResultConsumer<T> resultConsumer, ExecutionFlags flags) |
|
| private static <T extends AbstractServerCommandSource<T>> void | | instantiateAndQueueFunctions(CompoundTag arguments, ExecutionControl<T> output, com.mojang.brigadier.CommandDispatcher<T> dispatcher, T noCallbackSource, CommandFunction<T> function, Identifier id, CommandResultCallback functionResultCollector, boolean returnParentFrame) | | instantiateAndQueueFunctions(CompoundTag arguments, ExecutionControl<T> output, com.mojang.brigadier.CommandDispatcher<T> dispatcher, T noCallbackSource, CommandFunction<T> function, Identifier id, CommandResultCallback functionResultCollector, boolean returnParentFrame) | | method_54860(class_2487 arg0, class_8855<T> arg1, com.mojang.brigadier.CommandDispatcher<T> arg2, T arg3, class_2158<T> arg4, class_2960 arg5, class_8935 arg6, boolean arg7) | | enqueueFunction(NbtCompound args, ExecutionControl<T> control, com.mojang.brigadier.CommandDispatcher<T> dispatcher, T source, CommandFunction<T> function, Identifier id, ReturnValueConsumer returnValueConsumer, boolean propagateReturn) |
|
| private static <T extends AbstractServerCommandSource<T>> ReturnValueConsumer | | decorateOutputIfNeeded(T originalSource, FunctionCommand$Callbacks<T> callbacks, Identifier id, CommandResultCallback callback) | | decorateOutputIfNeeded(T originalSource, FunctionCommand$Callbacks<T> callbacks, Identifier id, CommandResultCallback callback) | | method_54858(T arg0, class_3062$class_8832<T> arg1, class_2960 arg2, class_8935 arg3) | | wrapReturnValueConsumer(T flags, FunctionCommand$ResultConsumer<T> resultConsumer, Identifier id, ReturnValueConsumer wrapped) |
|
| private static <T extends AbstractServerCommandSource<T>> void | | queueFunctionsAsReturn(Collection<CommandFunction<T>> functions, CompoundTag arguments, T originalSource, T functionSource, ExecutionControl<T> output, FunctionCommand$Callbacks<T> callbacks) | | queueFunctionsAsReturn(Collection<CommandFunction<T>> functions, CompoundTag arguments, T originalSource, T functionSource, ExecutionControl<T> output, FunctionCommand$Callbacks<T> callbacks) | | method_54859(Collection<class_2158<T>> arg0, class_2487 arg1, T arg2, T arg3, class_8855<T> arg4, class_3062$class_8832<T> arg5) | | enqueueInReturnRun(Collection<CommandFunction<T>> functions, NbtCompound args, T parentSource, T functionSource, ExecutionControl<T> control, FunctionCommand$ResultConsumer<T> resultConsumer) |
|
| private static <T extends AbstractServerCommandSource<T>> void | | queueFunctionsNoReturn(Collection<CommandFunction<T>> functions, CompoundTag arguments, T originalSource, T functionSource, ExecutionControl<T> output, FunctionCommand$Callbacks<T> callbacks) | | queueFunctionsNoReturn(Collection<CommandFunction<T>> functions, CompoundTag arguments, T originalSource, T functionSource, ExecutionControl<T> output, FunctionCommand$Callbacks<T> callbacks) | | method_54861(Collection<class_2158<T>> arg0, class_2487 arg1, T arg2, T arg3, class_8855<T> arg4, class_3062$class_8832<T> arg5) | | enqueueOutsideReturnRun(Collection<CommandFunction<T>> functions, NbtCompound args, T parentSource, T functionSource, ExecutionControl<T> control, FunctionCommand$ResultConsumer<T> resultConsumer) |
|