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> executionContext, Frame frame) private static <T extends ExecutionCommandSource<T>>
FrameExecutionContext.createTopFrame(ExecutionContext<T> executionContext, CommandResultCallback returnValueConsumer) static <T extends ExecutionCommandSource<T>>
voidExecutionContext.queueInitialCommandExecution(ExecutionContext<T> executionContext, String commandInput, com.mojang.brigadier.context.ContextChain<T> command, T source, CommandResultCallback returnValueConsumer) static <T extends ExecutionCommandSource<T>>
voidExecutionContext.queueInitialFunctionCall(ExecutionContext<T> executionContext, InstantiatedFunction<T> function, T source, CommandResultCallback returnValueConsumer) -
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(ResourceLocation id, com.mojang.brigadier.CommandDispatcher<T> dispatcher, T source, List<String> lines) static <T extends ExecutionCommandSource<T>>
UnboundEntryAction<T> CommandFunction.parseCommand(com.mojang.brigadier.CommandDispatcher<T> dispatcher, T source, com.mojang.brigadier.StringReader command) -
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 source, FunctionCommand.Callbacks<T> callbacks, ResourceLocation function, CommandResultCallback resultCallback) private static <T extends ExecutionCommandSource<T>>
voidFunctionCommand.instantiateAndQueueFunctions(CompoundTag arguments, ExecutionControl<T> executionControl, com.mojang.brigadier.CommandDispatcher<T> dispatcher, T source, CommandFunction<T> function, ResourceLocation functionId, CommandResultCallback resultCallback, boolean returnParentFrame) static <T extends ExecutionCommandSource<T>>
voidFunctionCommand.queueFunctions(Collection<CommandFunction<T>> functions, CompoundTag arguments, T originalSource, T source, ExecutionControl<T> executionControl, FunctionCommand.Callbacks<T> callbacks, ChainModifiers chainModifiers) private static <T extends ExecutionCommandSource<T>>
voidFunctionCommand.queueFunctionsAsReturn(Collection<CommandFunction<T>> functions, CompoundTag arguments, T originalSource, T source, ExecutionControl<T> exectutionControl, FunctionCommand.Callbacks<T> callbacks) private static <T extends ExecutionCommandSource<T>>
voidFunctionCommand.queueFunctionsNoReturn(Collection<CommandFunction<T>> functions, CompoundTag arguments, T originalSource, T source, ExecutionControl<T> executionControl, 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> sources, Function<T, T> sourceModifier, IntPredicate successCheck, com.mojang.brigadier.context.ContextChain<T> contextChain, CompoundTag arguments, ExecutionControl<T> executionControl, ExecuteCommand.CommandGetter<T, Collection<CommandFunction<T>>> functions, ChainModifiers chainModifiers) -
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