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_305908_, com.mojang.brigadier.CommandDispatcher<T> p_305826_, T p_306267_, ResourceLocation p_305778_) MacroFunction.MacroEntry.instantiate
(List<String> p_306061_, com.mojang.brigadier.CommandDispatcher<T> p_306059_, T p_305895_, ResourceLocation p_306158_) MacroFunction.PlainTextEntry.instantiate
(List<String> p_306111_, com.mojang.brigadier.CommandDispatcher<T> p_305941_, T p_306143_, ResourceLocation p_305903_) static <T extends ExecutionCommandSource<T>>
UnboundEntryAction<T>CommandFunction.parseCommand
(com.mojang.brigadier.CommandDispatcher<T> p_306213_, T p_305785_, com.mojang.brigadier.StringReader p_306140_) Modifier and TypeMethodDescriptionInstantiatedFunction.entries()
PlainTextFunction.entries()
Returns the value of theentries
record component.Modifier and TypeMethodDescriptionvoid
FunctionBuilder.addCommand
(UnboundEntryAction<T> p_305910_) ModifierConstructorDescriptionPlainTextFunction
(ResourceLocation id, List<UnboundEntryAction<T>> entries) Creates an instance of aPlainTextFunction
record class.