Uses of Class
net.minecraft.commands.FunctionInstantiationException
Packages that use FunctionInstantiationException
-
Uses of FunctionInstantiationException in net.minecraft.commands.functions
Methods in net.minecraft.commands.functions that throw FunctionInstantiationExceptionModifier and TypeMethodDescriptionCommandFunction.instantiate
(CompoundTag arguments, com.mojang.brigadier.CommandDispatcher<T> dispatcher) MacroFunction.Entry.instantiate
(List<String> arguments, com.mojang.brigadier.CommandDispatcher<T> dispatcher, ResourceLocation function) MacroFunction.instantiate
(CompoundTag arguments, com.mojang.brigadier.CommandDispatcher<T> dispatcher) MacroFunction.MacroEntry.instantiate
(List<String> arguments, com.mojang.brigadier.CommandDispatcher<T> dispatcher, ResourceLocation function) PlainTextFunction.instantiate
(CompoundTag p_306181_, com.mojang.brigadier.CommandDispatcher<T> p_306210_) private InstantiatedFunction
<T> MacroFunction.substituteAndParse
(List<String> argumentNames, List<String> argumentValues, com.mojang.brigadier.CommandDispatcher<T> dispatcher)