Uses of Interface
net.minecraft.commands.ExecutionCommandSource
Packages that use ExecutionCommandSource
Package
Description
-
Uses of ExecutionCommandSource in net.minecraft.commands
Classes in net.minecraft.commands with type parameters of type ExecutionCommandSourceModifier and TypeInterfaceDescriptioninterfaceExecutionCommandSource<T extends ExecutionCommandSource<T>>Classes in net.minecraft.commands that implement ExecutionCommandSourceMethods in net.minecraft.commands with type parameters of type ExecutionCommandSourceModifier and TypeMethodDescriptionstatic <T extends ExecutionCommandSource<T>>
com.mojang.brigadier.ResultConsumer<T> ExecutionCommandSource.resultConsumer() -
Uses of ExecutionCommandSource in net.minecraft.commands.execution
Classes in net.minecraft.commands.execution with type parameters of type ExecutionCommandSourceModifier and TypeClassDescriptionstatic classMethods in net.minecraft.commands.execution with type parameters of type ExecutionCommandSourceModifier and TypeMethodDescriptionstatic <T extends ExecutionCommandSource<T>>
ExecutionControl<T> ExecutionControl.create(ExecutionContext<T> context, Frame frame) private static <T extends ExecutionCommandSource<T>>
FrameExecutionContext.createTopFrame(ExecutionContext<T> context, CommandResultCallback frameResult) static <T extends ExecutionCommandSource<T>>
voidExecutionContext.queueInitialCommandExecution(ExecutionContext<T> context, String command, com.mojang.brigadier.context.ContextChain<T> executionChain, T sender, CommandResultCallback commandReturn) static <T extends ExecutionCommandSource<T>>
voidExecutionContext.queueInitialFunctionCall(ExecutionContext<T> context, InstantiatedFunction<T> function, T sender, CommandResultCallback functionReturn) -
Uses of ExecutionCommandSource in net.minecraft.commands.execution.tasks
Classes in net.minecraft.commands.execution.tasks with type parameters of type ExecutionCommandSourceModifier and TypeClassDescriptionclassBuildContexts<T extends ExecutionCommandSource<T>>static classBuildContexts.Continuation<T extends ExecutionCommandSource<T>>static classBuildContexts.TopLevel<T extends ExecutionCommandSource<T>>static classBuildContexts.Unbound<T extends ExecutionCommandSource<T>>classCallFunction<T extends ExecutionCommandSource<T>>classExecuteCommand<T extends ExecutionCommandSource<T>>classFallthroughTask<T extends ExecutionCommandSource<T>>classIsolatedCall<T extends ExecutionCommandSource<T>>Fields in net.minecraft.commands.execution.tasks declared as ExecutionCommandSourceModifier and TypeFieldDescriptionprivate final TBuildContexts.Continuation.originalSourceprivate final TBuildContexts.TopLevel.sourceFields in net.minecraft.commands.execution.tasks with type parameters of type ExecutionCommandSourceModifier and TypeFieldDescriptionprivate static final FallthroughTask<? extends ExecutionCommandSource<?>> FallthroughTask.INSTANCEMethods in net.minecraft.commands.execution.tasks with type parameters of type ExecutionCommandSourceModifier and TypeMethodDescriptionstatic <T extends ExecutionCommandSource<T>>
EntryAction<T> FallthroughTask.instance() -
Uses of ExecutionCommandSource in net.minecraft.commands.functions
Classes in net.minecraft.commands.functions with type parameters of type ExecutionCommandSourceModifier and TypeClassDescription(package private) classFunctionBuilder<T extends ExecutionCommandSource<T>>classMacroFunction<T extends ExecutionCommandSource<T>>(package private) static classMacroFunction.MacroEntry<T extends ExecutionCommandSource<T>>Fields in net.minecraft.commands.functions declared as ExecutionCommandSourceMethods in net.minecraft.commands.functions with type parameters of type ExecutionCommandSourceModifier and TypeMethodDescriptionstatic <T extends ExecutionCommandSource<T>>
CommandFunction<T> CommandFunction.fromLines(Identifier id, com.mojang.brigadier.CommandDispatcher<T> dispatcher, T compilationContext, List<String> lines) static <T extends ExecutionCommandSource<T>>
UnboundEntryAction<T> CommandFunction.parseCommand(com.mojang.brigadier.CommandDispatcher<T> dispatcher, T compilationContext, com.mojang.brigadier.StringReader input) -
Uses of ExecutionCommandSource in net.minecraft.server.commands
Classes in net.minecraft.server.commands with type parameters of type ExecutionCommandSourceModifier and TypeClassDescriptionprivate static classReturnCommand.ReturnFailCustomExecutor<T extends ExecutionCommandSource<T>>private static classprivate static classMethods in net.minecraft.server.commands with type parameters of type ExecutionCommandSourceModifier and TypeMethodDescriptionprivate static <T extends ExecutionCommandSource<T>>
CommandResultCallbackFunctionCommand.decorateOutputIfNeeded(T originalSource, FunctionCommand.Callbacks<T> callbacks, Identifier id, CommandResultCallback callback) private static <T extends ExecutionCommandSource<T>>
voidFunctionCommand.instantiateAndQueueFunctions(@Nullable CompoundTag arguments, ExecutionControl<T> output, com.mojang.brigadier.CommandDispatcher<T> dispatcher, T noCallbackSource, CommandFunction<T> function, Identifier id, CommandResultCallback functionResultCollector, boolean returnParentFrame) static <T extends ExecutionCommandSource<T>>
voidFunctionCommand.queueFunctions(Collection<CommandFunction<T>> functions, @Nullable CompoundTag arguments, T originalSource, T functionSource, ExecutionControl<T> output, FunctionCommand.Callbacks<T> callbacks, ChainModifiers modifiers) private static <T extends ExecutionCommandSource<T>>
voidFunctionCommand.queueFunctionsAsReturn(Collection<CommandFunction<T>> functions, @Nullable CompoundTag arguments, T originalSource, T functionSource, ExecutionControl<T> output, FunctionCommand.Callbacks<T> callbacks) private static <T extends ExecutionCommandSource<T>>
voidFunctionCommand.queueFunctionsNoReturn(Collection<CommandFunction<T>> functions, @Nullable CompoundTag arguments, T originalSource, T functionSource, ExecutionControl<T> output, FunctionCommand.Callbacks<T> callbacks) static <T extends ExecutionCommandSource<T>>
voidReturnCommand.register(com.mojang.brigadier.CommandDispatcher<T> dispatcher) static <T extends ExecutionCommandSource<T>>
voidExecuteCommand.scheduleFunctionConditionsAndTest(T originalSource, List<T> currentSources, Function<T, T> functionContextModifier, IntPredicate check, com.mojang.brigadier.context.ContextChain<T> currentStep, @Nullable CompoundTag parameters, ExecutionControl<T> output, InCommandFunction<com.mojang.brigadier.context.CommandContext<T>, Collection<CommandFunction<T>>> functionGetter, ChainModifiers modifiers) -
Uses of ExecutionCommandSource in net.neoforged.neoforge.client
Classes in net.neoforged.neoforge.client that implement ExecutionCommandSourceModifier and TypeClassDescriptionclassoverrides forCommandSourceStackso that the methods will run successfully client side