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_311344_, InstantiatedFunction<T> p_309533_, T p_310187_, CommandResultCallback p_310874_) -
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_311175_, CommandResultCallback p_310950_, boolean p_309425_) -
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_312196_, com.mojang.brigadier.CommandDispatcher<T> p_309930_, T p_312979_) MacroFunction.instantiate
(CompoundTag p_309697_, com.mojang.brigadier.CommandDispatcher<T> p_309980_, T p_312968_) PlainTextFunction.instantiate
(CompoundTag p_311629_, com.mojang.brigadier.CommandDispatcher<T> p_311161_, T p_313022_) private InstantiatedFunction<T>
MacroFunction.substituteAndParse
(List<String> p_312865_, List<String> p_312778_, com.mojang.brigadier.CommandDispatcher<T> p_311234_, T p_311575_)