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, Identifier id) Macro.Line.instantiate
(List<String> args, com.mojang.brigadier.CommandDispatcher<T> dispatcher, Identifier id) Macro.VariableLine.instantiate
(List<String> args, com.mojang.brigadier.CommandDispatcher<T> dispatcher, Identifier id) static <T extends AbstractServerCommandSource<T>>
SourcedCommandAction<T> CommandFunction.parse
(com.mojang.brigadier.CommandDispatcher<T> dispatcher, T source, com.mojang.brigadier.StringReader reader) Modifier and TypeMethodDescriptionExpandedMacro.entries()
Returns the value of theentries
record component.Procedure.entries()
ModifierConstructorDescriptionExpandedMacro
(Identifier identifier, List<SourcedCommandAction<T>> list)