Uses of Class
net.minecraft.server.function.MacroException
Packages that use MacroException
-
Uses of MacroException in net.minecraft.server.command
Methods in net.minecraft.server.command that throw MacroExceptionModifier and TypeMethodDescriptionFunctionCommand.execute(ServerCommandSource source, CommandFunction function, @Nullable NbtCompound arguments) -
Uses of MacroException in net.minecraft.server.function
Methods in net.minecraft.server.function that throw MacroExceptionModifier and TypeMethodDescriptionintCommandFunctionManager.execute(CommandFunction function, ServerCommandSource source, @Nullable CommandFunctionManager.Tracer tracer, @Nullable NbtCompound arguments) Executes a function.private CommandFunctionCommandFunction.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)