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> arguments, com.mojang.brigadier.CommandDispatcher<T> dispatcher, Identifier function) MacroFunction.instantiate(@Nullable CompoundTag p_305810_, com.mojang.brigadier.CommandDispatcher<T> p_306149_) MacroFunction.MacroEntry.instantiate(List<String> p_306061_, com.mojang.brigadier.CommandDispatcher<T> p_306059_, Identifier p_469200_) PlainTextFunction.instantiate(@Nullable 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)