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> p_310088_, Frame p_312154_) private static <T extends ExecutionCommandSource<T>>
FrameExecutionContext.createTopFrame(ExecutionContext<T> p_310887_, CommandResultCallback p_311060_) static <T extends ExecutionCommandSource<T>>
voidExecutionContext.queueInitialCommandExecution(ExecutionContext<T> p_311278_, String p_310967_, com.mojang.brigadier.context.ContextChain<T> p_311656_, T p_312145_, CommandResultCallback p_309674_) static <T extends ExecutionCommandSource<T>>
voidExecutionContext.queueInitialFunctionCall(ExecutionContext<T> p_311344_, InstantiatedFunction<T> p_309533_, T p_310187_, CommandResultCallback p_310874_) -
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>>Methods in net.minecraft.commands.functions with type parameters of type ExecutionCommandSourceModifier and TypeMethodDescriptionstatic <T extends ExecutionCommandSource<T>>
CommandFunction<T>CommandFunction.fromLines(ResourceLocation p_312869_, com.mojang.brigadier.CommandDispatcher<T> p_310963_, T p_312231_, List<String> p_310814_) static <T extends ExecutionCommandSource<T>>
UnboundEntryAction<T>CommandFunction.parseCommand(com.mojang.brigadier.CommandDispatcher<T> p_310812_, T p_312436_, com.mojang.brigadier.StringReader p_310713_) -
Uses of ExecutionCommandSource in net.minecraft.server.commands
Classes in net.minecraft.server.commands with type parameters of type ExecutionCommandSourceModifier and TypeClassDescription(package private) static classReturnCommand.ReturnFailCustomExecutor<T extends ExecutionCommandSource<T>>(package private) static class(package private) static classMethods in net.minecraft.server.commands with type parameters of type ExecutionCommandSourceModifier and TypeMethodDescriptionprivate static <T extends ExecutionCommandSource<T>>
CommandResultCallbackFunctionCommand.decorateOutputIfNeeded(T p_309693_, FunctionCommand.Callbacks<T> p_309991_, ResourceLocation p_312510_, CommandResultCallback p_312314_) private static <T extends ExecutionCommandSource<T>>
voidFunctionCommand.instantiateAndQueueFunctions(CompoundTag p_312138_, ExecutionControl<T> p_309532_, com.mojang.brigadier.CommandDispatcher<T> p_312204_, T p_311370_, CommandFunction<T> p_310160_, ResourceLocation p_311048_, CommandResultCallback p_312950_, boolean p_312453_) static <T extends ExecutionCommandSource<T>>
voidFunctionCommand.queueFunctions(Collection<CommandFunction<T>> p_311080_, CompoundTag p_311435_, T p_310141_, T p_312402_, ExecutionControl<T> p_309669_, FunctionCommand.Callbacks<T> p_312300_, ChainModifiers p_312226_) private static <T extends ExecutionCommandSource<T>>
voidFunctionCommand.queueFunctionsAsReturn(Collection<CommandFunction<T>> p_309905_, CompoundTag p_312616_, T p_312541_, T p_310023_, ExecutionControl<T> p_312344_, FunctionCommand.Callbacks<T> p_309916_) private static <T extends ExecutionCommandSource<T>>
voidFunctionCommand.queueFunctionsNoReturn(Collection<CommandFunction<T>> p_312947_, CompoundTag p_311961_, T p_310755_, T p_312089_, ExecutionControl<T> p_310294_, FunctionCommand.Callbacks<T> p_311742_) static <T extends ExecutionCommandSource<T>>
voidReturnCommand.register(com.mojang.brigadier.CommandDispatcher<T> p_282091_) static <T extends ExecutionCommandSource<T>>
voidExecuteCommand.scheduleFunctionConditionsAndTest(T p_311643_, List<T> p_313143_, Function<T, T> p_312920_, IntPredicate p_311696_, com.mojang.brigadier.context.ContextChain<T> p_311450_, CompoundTag p_313177_, ExecutionControl<T> p_310605_, ExecuteCommand.CommandGetter<T, Collection<CommandFunction<T>>> p_311694_, ChainModifiers p_312493_) -
Uses of ExecutionCommandSource in net.minecraftforge.client
Classes in net.minecraftforge.client that implement ExecutionCommandSourceModifier and TypeClassDescriptionclassoverrides forCommandSourceStackso that the methods will run successfully client side