Uses of Class
net.minecraft.server.function.MacroException
-
Uses of MacroException in net.minecraft.server.command
Modifier and TypeMethodDescriptionFunctionCommand.execute
(ServerCommandSource source, CommandFunction function, @Nullable NbtCompound arguments) -
Uses of MacroException in net.minecraft.server.function
Modifier and TypeMethodDescriptionint
CommandFunctionManager.execute
(CommandFunction function, ServerCommandSource source, @Nullable CommandFunctionManager.Tracer tracer, @Nullable NbtCompound arguments) Executes a function.private CommandFunction
CommandFunction.Macro.withMacroReplaced
(List<String> arguments, com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher, ServerCommandSource source) CommandFunction.Macro.withMacroReplaced
(@Nullable NbtCompound arguments, com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher, ServerCommandSource source) CommandFunction.withMacroReplaced
(@Nullable NbtCompound arguments, com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher, ServerCommandSource source)