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> pExecutionContext, InstantiatedFunction<T> pFunction, T pSource, CommandResultCallback pReturnValueConsumer) -
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> pFunction, CommandResultCallback pResultCallback, boolean pReturnParentFrame) -
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.cacheMethods in net.minecraft.commands.functions that return InstantiatedFunctionModifier and TypeMethodDescriptionCommandFunction.instantiate(CompoundTag pArguments, com.mojang.brigadier.CommandDispatcher<T> pDispatcher) 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> pArgumentNames, List<String> pArgumentValues, com.mojang.brigadier.CommandDispatcher<T> pDispatcher)