Uses of Interface
net.minecraft.commands.execution.UnboundEntryAction
-
Uses of UnboundEntryAction in net.minecraft.commands.execution.tasks
Modifier and TypeClassDescriptionstatic class
BuildContexts.Unbound<T extends ExecutionCommandSource<T>>
class
CallFunction<T extends ExecutionCommandSource<T>>
class
ExecuteCommand<T extends ExecutionCommandSource<T>>
-
Uses of UnboundEntryAction in net.minecraft.commands.functions
Modifier and TypeFieldDescriptionprivate final UnboundEntryAction<T>
MacroFunction.PlainTextEntry.compiledAction
Modifier and TypeFieldDescriptionprivate final List<UnboundEntryAction<T>>
PlainTextFunction.entries
The field for theentries
record component.private List<UnboundEntryAction<T>>
FunctionBuilder.plainEntries
Modifier and TypeMethodDescriptionMacroFunction.Entry.instantiate
(List<String> p_312452_, com.mojang.brigadier.CommandDispatcher<T> p_313016_, T p_309465_, ResourceLocation p_311242_) MacroFunction.MacroEntry.instantiate
(List<String> p_312101_, com.mojang.brigadier.CommandDispatcher<T> p_309379_, T p_310478_, ResourceLocation p_312655_) MacroFunction.PlainTextEntry.instantiate
(List<String> p_311533_, com.mojang.brigadier.CommandDispatcher<T> p_311835_, T p_312017_, ResourceLocation p_311102_) static <T extends ExecutionCommandSource<T>>
UnboundEntryAction<T>CommandFunction.parseCommand
(com.mojang.brigadier.CommandDispatcher<T> p_310812_, T p_312436_, com.mojang.brigadier.StringReader p_310713_) Modifier and TypeMethodDescriptionInstantiatedFunction.entries()
PlainTextFunction.entries()
Returns the value of theentries
record component.Modifier and TypeMethodDescriptionvoid
FunctionBuilder.addCommand
(UnboundEntryAction<T> p_309592_) ModifierConstructorDescriptionPlainTextFunction
(ResourceLocation id, List<UnboundEntryAction<T>> entries) Creates an instance of aPlainTextFunction
record class.