Uses of Interface
net.minecraft.command.SourcedCommandAction
Packages that use SourcedCommandAction
-
Uses of SourcedCommandAction in net.minecraft.command
Classes in net.minecraft.command that implement SourcedCommandActionModifier and TypeClassDescriptionclassCommandFunctionAction<T extends AbstractServerCommandSource<T>>classFixedCommandAction<T extends AbstractServerCommandSource<T>>static classSingleCommandAction.Sourced<T extends AbstractServerCommandSource<T>> -
Uses of SourcedCommandAction in net.minecraft.server.function
Fields in net.minecraft.server.function declared as SourcedCommandActionFields in net.minecraft.server.function with type parameters of type SourcedCommandActionModifier and TypeFieldDescriptionprivate @Nullable List<SourcedCommandAction<T>>FunctionBuilder.actionsprivate final List<SourcedCommandAction<T>>ExpandedMacro.entriesThe field for theentriesrecord component.Methods in net.minecraft.server.function that return SourcedCommandActionModifier and TypeMethodDescriptionMacro.FixedLine.instantiate(List<String> args, com.mojang.brigadier.CommandDispatcher<T> dispatcher, T source, Identifier id) Macro.Line.instantiate(List<String> args, com.mojang.brigadier.CommandDispatcher<T> dispatcher, T source, Identifier id) Macro.VariableLine.instantiate(List<String> list, com.mojang.brigadier.CommandDispatcher<T> commandDispatcher, T t, Identifier identifier) static <T extends AbstractServerCommandSource<T>>
SourcedCommandAction<T>CommandFunction.parse(com.mojang.brigadier.CommandDispatcher<T> dispatcher, T source, com.mojang.brigadier.StringReader reader) Methods in net.minecraft.server.function that return types with arguments of type SourcedCommandActionMethods in net.minecraft.server.function with parameters of type SourcedCommandActionConstructors in net.minecraft.server.function with parameters of type SourcedCommandActionConstructor parameters in net.minecraft.server.function with type arguments of type SourcedCommandActionModifierConstructorDescriptionExpandedMacro(Identifier identifier, List<SourcedCommandAction<T>> list)