Uses of Class
net.minecraft.server.function.MacroException
Packages that use MacroException
-
Uses of MacroException in net.minecraft.server.function
Methods in net.minecraft.server.function that throw MacroExceptionModifier and TypeMethodDescriptionMacro.Line.instantiate
(List<String> args, com.mojang.brigadier.CommandDispatcher<T> dispatcher, Identifier id) Macro.VariableLine.instantiate
(List<String> args, com.mojang.brigadier.CommandDispatcher<T> dispatcher, Identifier id) CommandFunction.withMacroReplaced
(@Nullable NbtCompound arguments, com.mojang.brigadier.CommandDispatcher<T> dispatcher) ExpandedMacro.withMacroReplaced
(@Nullable NbtCompound arguments, com.mojang.brigadier.CommandDispatcher<T> dispatcher) Macro.withMacroReplaced
(List<String> varNames, List<String> arguments, com.mojang.brigadier.CommandDispatcher<T> dispatcher) Macro.withMacroReplaced
(@Nullable NbtCompound arguments, com.mojang.brigadier.CommandDispatcher<T> dispatcher)