Uses of Class
net.minecraft.server.function.MacroException
-
Uses of MacroException in net.minecraft.server.function
Modifier 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)