Uses of Interface
net.minecraft.command.SourcedCommandAction
-
Uses of SourcedCommandAction in net.minecraft.command
Modifier and TypeClassDescriptionclass
CommandFunctionAction<T extends AbstractServerCommandSource<T>>
class
FixedCommandAction<T extends AbstractServerCommandSource<T>>
static class
SingleCommandAction.Sourced<T extends AbstractServerCommandSource<T>>
-
Uses of SourcedCommandAction in net.minecraft.server.function
Modifier and TypeFieldDescriptionprivate @Nullable List<SourcedCommandAction<T>>
FunctionBuilder.actions
private final List<SourcedCommandAction<T>>
ExpandedMacro.entries
The field for theentries
record component.Modifier 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) ModifierConstructorDescriptionExpandedMacro
(Identifier identifier, List<SourcedCommandAction<T>> list)