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 class
ControlFlowAware.Helper<T extends AbstractServerCommandSource<T>>
class
FixedCommandAction<T extends AbstractServerCommandSource<T>>
class
SingleCommandAction<T extends AbstractServerCommandSource<T>>
static class
SingleCommandAction.MultiSource<T extends AbstractServerCommandSource<T>>
static class
SingleCommandAction.SingleSource<T extends AbstractServerCommandSource<T>>
static class
SingleCommandAction.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 TypeInterfaceDescriptioninterface
AbstractServerCommandSource<T extends AbstractServerCommandSource<T>>
private static class
ReturnCommand.Command<T extends AbstractServerCommandSource<T>>
private static class
ReturnCommand.ReturnRunRedirector<T extends AbstractServerCommandSource<T>>
Classes in net.minecraft.server.command that implement AbstractServerCommandSourceModifier and TypeClassDescriptionclass
Represents 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) class
FunctionBuilder<T extends AbstractServerCommandSource<T>>
class
Macro<T extends AbstractServerCommandSource<T>>
(package private) static class
Macro.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)