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(@Nullable CompoundTag arguments, com.mojang.brigadier.CommandDispatcher<T> dispatcher) MacroFunction.Entry.instantiate(List<String> substitutions, com.mojang.brigadier.CommandDispatcher<T> dispatcher, Identifier funtionId) MacroFunction.instantiate(@Nullable CompoundTag arguments, com.mojang.brigadier.CommandDispatcher<T> dispatcher) MacroFunction.MacroEntry.instantiate(List<String> substitutions, com.mojang.brigadier.CommandDispatcher<T> dispatcher, Identifier functionId) PlainTextFunction.instantiate(@Nullable CompoundTag arguments, com.mojang.brigadier.CommandDispatcher<T> dispatcher) private InstantiatedFunction<T> MacroFunction.substituteAndParse(List<String> keys, List<String> values, com.mojang.brigadier.CommandDispatcher<T> dispatcher)