Uses of Interface
net.minecraft.commands.execution.UnboundEntryAction
Packages that use UnboundEntryAction
-
Uses of UnboundEntryAction in net.minecraft.commands.execution.tasks
Classes in net.minecraft.commands.execution.tasks that implement UnboundEntryActionModifier 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
Fields in net.minecraft.commands.functions declared as UnboundEntryActionModifier and TypeFieldDescriptionprivate final UnboundEntryAction
<T> MacroFunction.PlainTextEntry.compiledAction
Fields in net.minecraft.commands.functions with type parameters of type UnboundEntryActionModifier and TypeFieldDescriptionprivate final List
<UnboundEntryAction<T>> PlainTextFunction.entries
The field for theentries
record component.private List
<UnboundEntryAction<T>> FunctionBuilder.plainEntries
Methods in net.minecraft.commands.functions that return UnboundEntryActionModifier and TypeMethodDescriptionMacroFunction.Entry.instantiate
(List<String> p_305908_, com.mojang.brigadier.CommandDispatcher<T> p_305826_, ResourceLocation p_305778_) MacroFunction.MacroEntry.instantiate
(List<String> p_306061_, com.mojang.brigadier.CommandDispatcher<T> p_306059_, ResourceLocation p_306158_) MacroFunction.PlainTextEntry.instantiate
(List<String> p_306111_, com.mojang.brigadier.CommandDispatcher<T> p_305941_, 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_) Methods in net.minecraft.commands.functions that return types with arguments of type UnboundEntryActionModifier and TypeMethodDescriptionInstantiatedFunction.entries()
PlainTextFunction.entries()
Returns the value of theentries
record component.Methods in net.minecraft.commands.functions with parameters of type UnboundEntryActionModifier and TypeMethodDescriptionvoid
FunctionBuilder.addCommand
(UnboundEntryAction<T> p_305910_) Constructors in net.minecraft.commands.functions with parameters of type UnboundEntryActionConstructor parameters in net.minecraft.commands.functions with type arguments of type UnboundEntryActionModifierConstructorDescriptionPlainTextFunction
(ResourceLocation id, List<UnboundEntryAction<T>> entries) Creates an instance of aPlainTextFunction
record class.