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_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_) 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_309592_) 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.