Uses of Interface
net.minecraft.server.command.AbstractServerCommandSource
Packages that use AbstractServerCommandSource
Package
Description
-
Uses of AbstractServerCommandSource in net.minecraft.command
Classes in net.minecraft.command with type parameters of type AbstractServerCommandSourceModifier and TypeClassDescriptionstatic classControlFlowAware.Helper<T extends AbstractServerCommandSource<T>>classFixedCommandAction<T extends AbstractServerCommandSource<T>>classSingleCommandAction<T extends AbstractServerCommandSource<T>>static classSingleCommandAction.MultiSource<T extends AbstractServerCommandSource<T>>static classSingleCommandAction.SingleSource<T extends AbstractServerCommandSource<T>>static classSingleCommandAction.Sourced<T extends AbstractServerCommandSource<T>>Fields in net.minecraft.command declared as AbstractServerCommandSourceMethods in net.minecraft.command with type parameters of type AbstractServerCommandSourceModifier and TypeMethodDescriptionstatic <T extends AbstractServerCommandSource<T>>
voidCommandExecutionContext.enqueueCommand(CommandExecutionContext<T> context, String command, com.mojang.brigadier.context.ContextChain<T> contextChain, T source) private static <T extends AbstractServerCommandSource<T>>
ExecutionControl<T>SingleCommandAction.fixAtDepth(CommandExecutionContext<T> context, int depth) -
Uses of AbstractServerCommandSource in net.minecraft.server.command
Classes in net.minecraft.server.command with type parameters of type AbstractServerCommandSourceModifier and TypeInterfaceDescriptioninterfaceAbstractServerCommandSource<T extends AbstractServerCommandSource<T>>private static classReturnCommand.Command<T extends AbstractServerCommandSource<T>>private static classReturnCommand.ReturnRunRedirector<T extends AbstractServerCommandSource<T>>Classes in net.minecraft.server.command that implement AbstractServerCommandSourceModifier and TypeClassDescriptionclassRepresents a command source used on server side.Methods in net.minecraft.server.command with type parameters of type AbstractServerCommandSourceModifier and TypeMethodDescriptionstatic <T extends AbstractServerCommandSource<T>>
com.mojang.brigadier.ResultConsumer<T>AbstractServerCommandSource.asResultConsumer()private static <T extends AbstractServerCommandSource<T>>
TExecuteCommand.createExecutionSource(Function<T, T> sourceTransformer, IntPredicate resultPredicate, List<T> successesOut, T currentSource, boolean singleFunction) static <T extends AbstractServerCommandSource<T>>
voidFunctionCommand.enqueueAction(Collection<CommandFunction<T>> commandFunctions, @Nullable NbtCompound args, T source, T functionSource, ExecutionControl<T> control, FunctionCommand.ResultConsumer<T> resultConsumer) static <T extends AbstractServerCommandSource<T>>
voidExecuteCommand.enqueueExecutions(List<T> sources, Function<T, T> sourceTransformer, IntPredicate resultPredicate, com.mojang.brigadier.context.ContextChain<T> contextChain, @Nullable NbtCompound arguments, ExecutionControl<T> control, ExecuteCommand.FunctionNamesGetter<T, Collection<CommandFunction<T>>> functionNamesGetter, boolean silent) static <T extends AbstractServerCommandSource<T>>
voidReturnCommand.register(com.mojang.brigadier.CommandDispatcher<T> dispatcher) -
Uses of AbstractServerCommandSource in net.minecraft.server.function
Classes in net.minecraft.server.function with type parameters of type AbstractServerCommandSourceModifier and TypeClassDescription(package private) classFunctionBuilder<T extends AbstractServerCommandSource<T>>classMacro<T extends AbstractServerCommandSource<T>>(package private) static classMacro.VariableLine<T extends AbstractServerCommandSource<T>>Methods in net.minecraft.server.function with type parameters of type AbstractServerCommandSourceModifier and TypeMethodDescriptionstatic <T extends AbstractServerCommandSource<T>>
CommandFunction<T>CommandFunction.create(Identifier id, com.mojang.brigadier.CommandDispatcher<T> dispatcher, T source, List<String> lines) Parses a function in the context ofsource.static <T extends AbstractServerCommandSource<T>>
SourcedCommandAction<T>CommandFunction.parse(com.mojang.brigadier.CommandDispatcher<T> dispatcher, T source, com.mojang.brigadier.StringReader reader)