Uses of Interface
net.minecraft.commands.functions.InstantiatedFunction
Packages that use InstantiatedFunction
Package
Description
-
Uses of InstantiatedFunction in net.minecraft.commands.execution
Methods in net.minecraft.commands.execution with parameters of type InstantiatedFunctionModifier and TypeMethodDescriptionstatic <T extends ExecutionCommandSource<T>>
voidExecutionContext.queueInitialFunctionCall
(ExecutionContext<T> p_309686_, InstantiatedFunction<T> p_306145_, T p_309607_, CommandResultCallback p_309681_) -
Uses of InstantiatedFunction in net.minecraft.commands.execution.tasks
Fields in net.minecraft.commands.execution.tasks declared as InstantiatedFunctionConstructors in net.minecraft.commands.execution.tasks with parameters of type InstantiatedFunctionModifierConstructorDescriptionCallFunction
(InstantiatedFunction<T> p_306069_, CommandResultCallback p_309620_, boolean p_309704_) -
Uses of InstantiatedFunction in net.minecraft.commands.functions
Classes in net.minecraft.commands.functions that implement InstantiatedFunctionFields in net.minecraft.commands.functions with type parameters of type InstantiatedFunctionModifier and TypeFieldDescriptionprivate final it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenHashMap
<List<String>, InstantiatedFunction<T>> MacroFunction.cache
Methods in net.minecraft.commands.functions that return InstantiatedFunctionModifier and TypeMethodDescriptionCommandFunction.instantiate
(CompoundTag p_306231_, com.mojang.brigadier.CommandDispatcher<T> p_305923_) MacroFunction.instantiate
(CompoundTag p_305810_, com.mojang.brigadier.CommandDispatcher<T> p_306149_) PlainTextFunction.instantiate
(CompoundTag p_306181_, com.mojang.brigadier.CommandDispatcher<T> p_306210_) private InstantiatedFunction
<T> MacroFunction.substituteAndParse
(List<String> p_306226_, List<String> p_306024_, com.mojang.brigadier.CommandDispatcher<T> p_306281_)