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 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
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.actions
private final List
<SourcedCommandAction<T>> ExpandedMacro.entries
The field for theentries
record component.Methods in net.minecraft.server.function that return SourcedCommandActionModifier 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) Methods in net.minecraft.server.function that return types with arguments of type SourcedCommandActionModifier and TypeMethodDescriptionExpandedMacro.entries()
Returns the value of theentries
record component.Procedure.entries()
Methods 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)