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 classBuildContexts.Unbound<T extends ExecutionCommandSource<T>>classCallFunction<T extends ExecutionCommandSource<T>>classExecuteCommand<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.compiledActionFields in net.minecraft.commands.functions with type parameters of type UnboundEntryActionModifier and TypeFieldDescriptionprivate final List<UnboundEntryAction<T>> PlainTextFunction.entriesThe field for theentriesrecord component.private List<UnboundEntryAction<T>> FunctionBuilder.plainEntriesMethods 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 theentriesrecord component.Methods in net.minecraft.commands.functions with parameters of type UnboundEntryActionModifier and TypeMethodDescriptionvoidFunctionBuilder.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 aPlainTextFunctionrecord class.